bloat/templates/likedby.tmpl
r 1d61f1aa27 Update the default theme
This uses better color contrast and component spacing to improve
legibility. The updated HTML also has better compatibility with browsers
with limited/no CSS support.
2023-12-28 13:27:30 +00:00

9 lines
185 B
Cheetah

{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<h1>Liked By</h1>
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
{{template "footer.tmpl"}}
{{end}}