{{ partial "header.html" . }}
{{ $mainSections := .Site.Params.mainSections | default (slice "post") }} {{ $paginator := .Paginate ( where .Data.Pages "Section" "in" $mainSections ) }} {{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
{{ partial "pagination.html" . }}
{{ partial "footer.html" . }}