{{ define "main" }}

{{ .Title }}

{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format "Mon | Jan 2, 2006" }} {{ with .Params.authors }} {{ $author := (index . 0) }}

Author: {{ $author }}

{{ end }}

Posted:

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