{{ if .account.Note }}
{{emojify .account.Emojis (noescape .account.Note)}}
{{else}}
no bio
{{end}}
{{ range .account.Fields }}
{{emojify $.account.Emojis (noescape .Name)}}
{{emojify $.account.Emojis (noescape .Value)}}
{{ end }}
{{ if .pinned_statuses }}
{{ range .pinned_statuses }}
{{ template "status_profile.tmpl" .}}
{{ end }}
{{ end }}
{{ if not .statuses }}
Nothing here!
{{ else }}
{{ range .statuses }}
{{ template "status_profile.tmpl" .}}
{{ end }}
{{ end }}