{{with $s := .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
Quick Reply
{{if .Ancestor}} {{template "status.tmpl" (WithContext .Ancestor $.Ctx)}} {{end}} {{template "status.tmpl" (WithContext .Status $.Ctx)}} {{template "postform.tmpl" (WithContext $s.PostContext $.Ctx)}} {{template "footer.tmpl"}} {{end}}