github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/docs/themes/gohugoioTheme/layouts/_default/taxonomy.html (about)

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