{{ define "main" }} {{- partial "profile.html" }} {{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} {{- $paginator := .Paginate $pages }}
{{ range $paginator.Pages }} {{ .Render "summary"}} {{ end }}
{{- if gt $paginator.TotalPages 1 }} {{- partial "pagination.html" . -}} {{- end }} {{ end }}