{{ define "main" }} {{ partial "posts/hero-single.html" . }}
{{ with .Date }}{{ end }} {{ with .Params.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 "commons/siblings-navigation.html" (dict "context" . "previous_label" (i18n "posts.previous") "next_label" (i18n "posts.next") ) }} {{ partial "hooks/before-document-content-end.html" . }}
{{ end }}