{{template "header.html" . }}
Topic List
{{range .ItemList}}
{{.Title}} {{if .ForumName}}{{.ForumName}} {{end}} {{if .Is_Closed}}🔒︎{{end}} {{.LastReplyAt}}
{{else}}
There aren't any topics yet.{{if .CurrentUser.Perms.CreateTopic}} Start one?{{end}}
{{end}}
{{template "footer.html" . }}