{{ $post := .post }} {{ $page := .page }}
{{ if $post.Params.image }} {{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 }}

{{ with $page.Params.str_read_more }}{{ . | markdownify }}{{ end }}