ref: 98293eaa1570b5aff4452021c8b6d6c8560b3f06
dir: /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 }}