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