~jadedctrl/jam-xwx-moe

~jadedctrl/jam-xwx-moe/bloat-fe/instance/ŝablonoj/thread.tmpl
 ..
0 {{with $s := .Data}}
1 {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
2 <div class="page-title-container">
3 <span class="page-title"> Interparolo </span>
4 <a class="page-refresh" href="{{$.Ctx.Referrer}}" accesskey="T" title="Reenlegi (T)">reenlegi</a>
5 </div>
6
7 {{range .Statuses}}
8
9 {{template "status.tmpl" (WithContext . $.Ctx)}}
10 {{if $s.PostContext.ReplyContext}}{{if eq .ID $s.PostContext.ReplyContext.InReplyToID}}
11 {{template "postform.tmpl" (WithContext $s.PostContext $.Ctx)}}
12 {{end}}{{end}}
13
14 {{end}}
15
16 {{template "footer.tmpl"}}
17 {{end}}