{{ define "main" }} {{ partial "posts/hero-list.html" . }} {{ partial "commons/list-content.html" . }}
{{ partial "posts/image.html" .Params.image }} {{ partial "posts/chapo.html" .Params.description_short }}
{{ if .Params.blocks }} {{ partial "blocks/list.html" .Params.blocks }} {{ end }}
{{ partial "posts/posts.html" . }} {{ partial "commons/pagination.html" . }}
{{ end }}