blob: 97ff20a6f7f727eac01b778c528d6be3ffa58d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{with $s := .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Quick Reply </div>
{{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}}
|