{{ template "header.tmpl" .}}
{{ if .account.Header }} {{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s header {{ end }}
{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s avatar
{{if .account.DisplayName}}{{emojify .account.Emojis (escape .account.DisplayName)}}{{else}}{{.account.Username}}{{end}}
@{{.account.Username}}@{{.instance.AccountDomain}}
{{ if .account.Note }}{{emojify .account.Emojis (noescape .account.Note)}}{{else}}This GoToSocial user hasn't written a bio yet!{{end}}
Joined {{.account.CreatedAt | timestampVague}}
Followed by {{.account.FollowersCount}}
Following {{.account.FollowingCount}}
Posted {{.account.StatusesCount}}

Latest public toots {{ if .rssFeed }} {{ end }}

{{ if not .statuses }}
Nothing here!
{{ else }}
{{ range .statuses }}
{{ template "status.tmpl" .}}
{{ end }}
{{ end }}
{{ template "footer.tmpl" .}}