{{ define "main" }}
{{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Lastmod | time.Format "2006-01-02" }}

{{ .Title }}

{{ .Description }}

{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }}