{{ 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:

{{ partial "image.html" (dict "image" (.Resources.GetMatch "featured") "alt" .Params.featured.alt "sizes" (slice 320 480 600 800) "classes" "shadow featured") }} {{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }}