{{postLabel .Post}}
{{.Post.Body}}
{{template "postActions" .}} {{if .Post.Replies}}
{{range .Post.Replies}}
{{template "threadReply" (postCtx $ctx.User $ctx.CSRF $ctx.Root . (add $ctx.Depth 1))}}
{{end}}
{{end}}
{{define "postActions"}}
{{postLabel .Post}}
{{.Post.Body}}
{{template "postActions" .}} {{if .Post.Replies}}