mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-01 02:57:17 +00:00
13 lines
362 B
Cheetah
13 lines
362 B
Cheetah
|
{{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}}
|