aboutsummaryrefslogtreecommitdiff
path: root/templates/quickreply.tmpl
blob: 245cd210a3cf383666f0b0fa476912ee2b226224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{with $s := .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<h1>Quick Reply</h1>

{{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}}