ref: 9e571827055dedb46b78c5db3d17d6913f14870b
dir: /docs/themes/gohugoioTheme/layouts/_default/list.html/
{{ define "main" }}
{{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) }}
{{ $section_to_display := .Sections | default $paginator.Pages }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}