blob: 6f62647d52b13a64406051e03cecb017bad99be0 (
plain)
1
2
3
4
5
6
7
8
|
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<h1>Liked By</h1>
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
{{template "footer.tmpl"}}
{{end}}
|