github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/layouts/page/documentation-home.html (about)

     1  {{ define "main" }}
     2  {{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages | lang.Merge (.Sites.First.Taxonomies.categories.fundamentals).Pages }}
     3    {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
     4  {{ end }}