bloat/templates/likedby.tmpl

9 lines
208 B
Cheetah
Raw Normal View History

2020-01-14 16:57:16 +00:00
{{with .Data}}
2020-02-18 22:15:37 +00:00
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
2019-12-26 09:11:24 +00:00
<div class="page-title"> Liked By </div>
2020-01-14 16:57:16 +00:00
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
2019-12-26 09:11:24 +00:00
{{template "footer.tmpl"}}
2020-01-14 16:57:16 +00:00
{{end}}