github.com/rabbouni145/gg@v0.47.1/docs/themes/gohugoioTheme/layouts/_default/list.html (about) 1 {{ define "main" }} 2 {{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) }} 3 {{ $section_to_display := .Sections | default $paginator.Pages }} 4 {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 5 {{ end }}