Add reactions page tmpl

This commit is contained in:
localhost_frssoft 2022-10-19 17:36:33 +03:00
parent 81a52fe7c6
commit 80170099f8

View File

@ -0,0 +1,8 @@
{{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}}