{{ partial "categories/single/hero.html" . }}
{{ partial "toc/container.html" (dict "toc" "toc/default.html" "context" . ) }} {{ partial "categories/single/summary.html" (dict "context" . "block_wrapped" true ) }} {{ partial "contents/list.html" . }}
{{ $section_type := strings.TrimSuffix "_categories" .Type }} {{ $list_partial := printf "%s/partials/%s.html" $section_type $section_type }} {{ if templates.Exists ( printf "partials/%s" $list_partial ) }} {{ partial $list_partial . }} {{ end }} {{ partial "commons/pagination.html" . }}