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