{{ 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}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}
@{{.account.Username}}@{{.instance.AccountDomain}}
{{ if .account.Note }}{{ .account.Note | noescape }}{{else}}This GoToSocial user hasn't written a bio yet!{{end}}
Joined {{.account.CreatedAt | timestampShort}}
Followed by {{.account.FollowersCount}}
Following {{.account.FollowingCount}}
Posted {{.account.StatusesCount}}

Recent public toots

{{range .statuses}}
{{ template "status.tmpl" .}}
{{end}}
{{ template "footer.tmpl" .}}