{{define "title"}}{{.Forum.Title}}{{end}} {{define "content"}}
{{$Root := .}}
{{if not .Thread.NoReply}} Add Reply {{end}}

{{if .Thread.Pinned}}{{end}} {{or .Thread.Title "Untitled Thread"}}

{{if .Thread.Pinned}} Pinned {{end}} {{if .Thread.Explicit}} NSFW {{end}} {{if .Thread.NoReply}} No Reply {{end}} Updated {{SincePrettyCoarse .Thread.UpdatedAt}} ago

Found {{.Pager.Total}} post{{Pluralize64 .Pager.Total}} on this thread (page {{.Pager.Page}} of {{.Pager.Pages}}).

{{$Root := .}}
{{range .Comments}} {{end}}
{{if .Thread.NoReply}}
This thread is not accepting any new replies.
{{else}}
Add Reply
{{end}} {{end}}