{{ define "main" }}
{{ .PublishDate | time.Format ":date_long" }} {{ if and (isset .Params "lastmod") (ne .Lastmod .PublishDate) }}
Revised: {{ .Lastmod | time.Format ":date_long" }} {{ end }} {{ if isset .Params "tags" }}
Tags: {{- range sort .Params.tags }} {{ . | humanize | title }} {{- end }} {{ end }}
{{ .Content }} {{ end }}