{{ .Title }}
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }}Published: {{ if ne (.Lastmod.Format "2006-01-02") (.Date.Format "2006-01-02") }} {{ $lastmodMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} {{ $lastmodHuman := .Lastmod | time.Format ":date_long" }} Last updated: {{ end }}
{{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}