{{ define "main" }}

{{ .Title }}

{{- with .Params.authors }} {{- $author := (index . 0) }}

Author: {{ $author }}

{{- end }} {{- if (not .Params.hideDate) }} {{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{- $dateHuman := .Date | time.Format "Mon | Jan 2, 2006" }}

Posted:

{{- end }} {{- range (.GetTerms "tags") }} #{{ .LinkTitle }} {{- end }} {{- with (.Resources.GetMatch "featured") }} {{- partial "image.html" (dict "image" . "alt" .Params.alt "sizes" (slice 320 480 600 800) "classes" (slice "shadow" "featured")) }} {{- end }} {{ .Content }}
{{- range .Data.Pages }} {{ partial "article.html" . }} {{- end }}
{{ end }}