mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:23:13 +00:00
15 lines
353 B
Cheetah
15 lines
353 B
Cheetah
{{template "header.tmpl" .HeaderData}}
|
|
{{template "navigation.tmpl" .NavbarData}}
|
|
<div class="page-title"> Thread </div>
|
|
|
|
{{range .Statuses}}
|
|
|
|
{{template "status.tmpl" .}}
|
|
{{if $.PostContext.ReplyContext}}{{if eq .ID $.PostContext.ReplyContext.InReplyToID}}
|
|
{{template "postform.tmpl" $.PostContext}}
|
|
{{end}}{{end}}
|
|
|
|
{{end}}
|
|
|
|
{{template "footer.tmpl"}}
|