likedby.tmpl 208 B

12345678
  1. {{with .Data}}
  2. {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
  3. <div class="page-title"> Liked By </div>
  4. {{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
  5. {{template "footer.tmpl"}}
  6. {{end}}