{{ template "header.tmpl" .}}
{{range .context.Ancestors}}
{{.Account.DisplayName}} @{{.Account.Username}}
{{.Content |noescape}}
{{with .MediaAttachments}} {{end}}
{{.CreatedAt | timestamp}}
{{.Visibility | visibilityIcon}}
{{.RepliesCount}}
{{.ReblogsCount}}
{{.FavouritesCount}}
View toot
{{end}}
{{.status.Account.DisplayName}} @{{.status.Account.Username}}
{{.status.Content |noescape}}
{{with .status.MediaAttachments}} {{end}}
{{.status.CreatedAt | timestamp}}
{{.status.Visibility | visibilityIcon}}
{{.status.RepliesCount}}
{{.status.ReblogsCount}}
{{.status.FavouritesCount}}
View toot
{{range .context.Descendants}}
{{.Account.DisplayName}} @{{.Account.Username}}
{{.Content |noescape}}
{{with .MediaAttachments}} {{end}}
{{.CreatedAt | timestamp}}
{{.Visibility | visibilityIcon}}
{{.RepliesCount}}
{{.ReblogsCount}}
{{.FavouritesCount}}
View toot
{{end}}
{{ template "footer.tmpl" .}}