2 {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
3 <div class="page-title"> Thread </div>
7 {{template "status.tmpl" (WithContext . $.Ctx)}}
8 {{if $s.PostContext.ReplyContext}}{{if eq .ID $s.PostContext.ReplyContext.InReplyToID}}
9 {{template "postform.tmpl" (WithContext $s.PostContext $.Ctx)}}
14 {{template "footer.tmpl"}}