{{with .Data}} {{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} {{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
Search
Query Type
{{if eq .Type "statuses"}} {{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{end}} {{end}} {{if eq .Type "accounts"}} {{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}