{{ define "main" }} {{ partial "categories/hero-term.html" . }}
{{ partial "toc/container.html" (dict "toc" "toc/default.html" "context" . ) }} {{ partial "posts/chapo.html" (dict "context" . "block_wrapped" true ) }} {{ partial "blocks/list.html" . }}
{{ partial "posts/posts.html" . }} {{ partial "commons/pagination.html" . }}
{{ end }}