{{ define "header" }}
{{ partial "header.html" . }}
{{ end }}
{{ define "main" }}
{{- range .Pages -}}
{{- $thumbnailResource := (index (.Resources.ByType "image") 0) -}}
{{- $thumbnail := $thumbnailResource.Fit "600x600" -}}
{{- $thumbnail := $thumbnail.Crop "600x600" -}}

{{- end -}}
{{ end }}
{{ define "footer" }}
{{ partial "footer.html" . }}
{{ end }}