{{ define "main" }} {{ partial "posts/hero-single.html" . }}
{{ if .Date }}{{ end }} {{ if .Params.description_short }}{{ end }} {{ if .Summary }}{{ end }} {{ partial "posts/aside.html" . }}
{{ partial "posts/chapo.html" .Params.description_short }}
{{ partial "blocks/list.html" . }}
{{ partial "posts/prevnext.html" . }}
{{ end }}