github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/layouts/_default/taxonomy.html (about)

     1  {{ define "main" }}
     2    {{ $section_to_display := .Pages }}
     3    {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
     4  {{ end }}