{{ define "main" }} {{ partial "scrolling-image-header" . }}
{{ block "content" . }} {{ .Content }} {{ end }}
{{ range .Pages }}
{{ partial "category-button" . }}
{{ partial "list-item-thumbnail" . }} {{/* Prefer full-text links over local ones */}} {{ $link := default .RelPermalink (index .Params "link") }}

{{ .Title }}

{{ dateFormat "02 Jan 2006" .Date }}
{{ range (.GetTerms "people") }} {{ .LinkTitle }} {{ end }}

{{ .Summary }} Read more »

{{ end }}
{{ end }}