shithub: hugo

ref: a8cb1b07b4cf7fcf0e949657cb03c1a4838f975e
dir: /docs/themes/gohugoioTheme/layouts/_default/taxonomy.html/

View raw version
{{ define "main" }}
  {{ $section_to_display := .Pages }}
  {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}