{{template "header.html" . }}
{{.Something.Title}} {{.Something.Status}} Status {{if .CurrentUser.Is_Mod}} Edit Delete {{ if .Something.Sticky }}Unpin{{else}}Pin{{end}} {{end}} Report
{{.Something.Content}}

{{.Something.CreatedByName}} {{if .Something.Tag}}{{.Something.Tag}}{{else if .Something.URLName}}{{.Something.URLName}} {{.Something.URLPrefix}}{{end}}

{{range .ItemList}}
{{.ContentHtml}}

{{.CreatedByName}} {{if $.CurrentUser.Is_Mod}} {{end}} {{if .Tag}}{{.Tag}}{{else if .URLName}}{{.URLName}} {{.URLPrefix}}{{end}}
{{end}}
{{if not (.CurrentUser.Is_Banned) and (.CurrentUser.Loggedin)}}
{{end}} {{template "footer.html" . }}