mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-13 08:19:20 +02:00
9 lines
218 B
Cheetah
9 lines
218 B
Cheetah
|
{{with .Data}}
|
||
|
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
||
|
{{range .Reactions}}
|
||
|
<div class="page-title">{{.Name}}</div>
|
||
|
{{template "userlist.tmpl" (WithContext .Accounts $.Ctx)}}
|
||
|
</div>
|
||
|
{{end}}
|
||
|
{{end}}
|