{{ define "main" }} {{ partial "posts/hero-single.html" . }}
{{ if .Date }}{{ end }} {{ if .Params.summary }}{{ end }} {{ if .Summary }}{{ end }} {{ partial "posts/sidebar.html" . }} {{ partial "posts/summary.html" (dict "context" . "block_wrapped" true ) }} {{ partial "contents/list.html" . }} {{ partial "posts/after-contents.html" . }} {{ partial "posts/prevnext.html" . }} {{ partial "hooks/before-document-content-end.html" . }}
{{ end }}