{{ .Content }}
{{- /* The homepage should show only pages from the given sections (with `$.Site.Params.mainSections`).
Otherwise, we take the pages of a section. */ -}}
{{- $pages := where $.Site.RegularPages "Type" "in" $.Site.Params.mainSections }}
{{- $paginator := .Paginate $pages }}
{{- range $paginator.Pages }}