{{- define "main" }} {{- $showfull := default false $.Site.Params.showFullContent }} {{- $pagepool := where $.Site.RegularPages "Type" "in" $.Site.Params.mainSections }} {{- range $idx, $_ := (.Paginate $pagepool).Pages }}

{{ if .Draft }}DRAFT: {{ end }} {{ .Title }}

{{ partial "post_meta.html" . }}
{{ cond $showfull .Content .Summary }}
{{- end }} {{ partial "pagination.html" . }} {{- end }}