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