bloat/templates/likedby.tmpl

10 lines
271 B
Cheetah
Raw Normal View History

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