{{ define "main" }} {{ partial "pages/hero.html" . }}
{{/* TOC PART */}} {{- $category := site.GetPage (printf "/categories%s" .Params.category) -}} {{- if .Params.blocks }} {{ $need_aside := false }} {{ range .Params.blocks }} {{ if .title }} {{ $need_aside = true }} {{ end }} {{ end }} {{ partial "toc/container.html" (dict "category" $category "toc" "pages/toc.html" "context" . ) }} {{ end }} {{ partial "hooks/after-page-hero.html" . }} {{ partial "pages/chapo.html" (dict "context" . "block_wrapped" true ) }} {{ if .Params.blocks }} {{ partial "blocks/list.html" . }} {{ else }}
{{- partial "blocks/templates/pages/grid.html" (dict "pages" .Params.children "show_images" true "show_descriptions" true ) }}
{{ end }}
{{ end }}