{{template "header.html" . }}
Topic List
{{range .ItemList}}
{{.Title}} {{if .Is_Closed}}closed {{else}}open{{end}} Status
{{end}}
{{if .Something}}
{{.Something}}
{{end}} {{template "footer.html" . }}