{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}

Search {{EmojiFilter (HTML .User.DisplayName) .User.Emojis | Raw}} @{{.User.Acct}}'s statuses

{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}} {{if .Q}}

No data found

{{end}} {{end}} {{template "footer.tmpl"}} {{end}}