github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/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 }}