{{with .Data}} {{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} {{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
User
{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}