{{ .Author.Username }}
{{ if .Author.IsStaff }}
{{ end }}
{{ if and .Author.Name (ne .Author.Name .Author.Username) }}
{{ .Author.Name }}
{{ end }}
{{ timehtml (relativedate .PostDate) .PostDate }} {{ if .Editor }} Edited by {{ coalesce .Editor.Name .Editor.Username }} on {{ timehtml (absolutedate .EditDate) .EditDate }} {{ with .EditReason }} Reason: {{ . }} {{ end }} {{ end }}
{{ .Content }}