aboutsummaryrefslogtreecommitdiff
path: root/templates/likedby.tmpl
blob: 222254ccdf0db4ee5745a7647ab03c10989540de (plain)
1
2
3
4
5
6
7
8
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Liked By </div>

{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}

{{template "footer.tmpl"}}
{{end}}