{{ 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" (dict "context" . "block_wrapped" true ) }} {{ partial "blocks/list.html" . }}
{{ partial "posts/prevnext.html" . }}
{{ end }}