{{ $post := .post }} {{ $page := .page }}
{{ $preview := $post.Params.header.preview | default true }} {{ if and $post.Params.header.image $preview }} {{end}}

{{ partial "article_metadata" (dict "content" $post "is_list" 1) }}
{{ if $post.Params.summary }}

{{ printf "%s" $post.Params.summary | markdownify }}

{{ else if $post.Truncated }} {{ $post.Summary }} {{ else }} {{ $post.Content }} {{ end }}

{{ i18n "continue_reading" }}