{{ define "comment" }}
Avatar image
{{ if and .UserID .Username }} {{ or .Name "Anonymous" }} (@{{ .Username }}) {{ else }} {{ or .Name "Anonymous" }} {{ end }} posted on {{ .Created.Format "January 2, 2006 @ 15:04 MST" }} {{ if .Updated.After .Created }} (updated {{ .Updated.Format "1/2/06 15:04 MST"}}) {{ end }}
{{ .HTML }} {{ if .Editable }}
{{ end }}
{{ end }} {{ define "comment-form" }} {{ if not .IsAuthenticated }}
Used for your Gravatar and optional thread subscription. Privacy policy.
{{ end }}
You may format your message using GitHub Flavored Markdown syntax.
{{ end }}