{{with .Data}} {{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} {{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
{{.Title}}
{{template "postform.tmpl" (WithContext .PostContext $.Ctx)}} {{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}