{{ define "view_object" }}
{{ if .ViewContext.HasParent }} {{ .ViewContext.AttributedTo }} {{ if not (eq .ViewContext.ParentAttributedToLink .ViewContext.AttributedToLink) }} replied to {{ if eq .ViewContext.ParentAttributedTo "unknown" }} unknown {{ else }} {{ .ViewContext.ParentAttributedTo }} {{ end }} {{ else }} continued {{ end }} {{ else }} {{ .ViewContext.AttributedTo }} wrote {{ end }} {{ if .ViewContext.HasPublishedAt }} on {{ datetime .ViewContext.PublishedAt }} {{ end }} {{ if .ViewContext.HasAnnouncers }} boosted by {{ range $name, $link := .ViewContext.Announcers }} {{ $name }} {{ end }} {{ end }}
{{ if .ViewContext.Sensitive }}Content Warning: {{ .ViewContext.ContentWarning }}