mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-22 23:13:00 +00:00
Add reactions page tmpl
This commit is contained in:
parent
81a52fe7c6
commit
80170099f8
8
templates/reactionspage.tmpl
Normal file
8
templates/reactionspage.tmpl
Normal 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}}
|
Loading…
Reference in New Issue
Block a user