{{if .Reblog}}
profile-avatar {{WithEmojis .Account.DisplayName .Account.Emojis}} repeated
{{template "status" .Reblog}} {{else}} {{block "status" .}}
profile-avatar
{{WithEmojis .Account.DisplayName .Account.Emojis}} {{.Account.Acct}}
{{WithEmojis .Content .Emojis}}
{{range .MediaAttachments}} {{if eq .Type "image"}} status-image {{else if eq .Type "audio"}} {{else if eq .Type "video"}} {{else}} attachment {{end}} {{end}}
{{end}} {{end}}