{{ $post := .post }}
{{ partial "article_metadata" (dict "content" $post "is_list" 1) }} {{ $preview := $post.Params.header.preview | default true }} {{ if and $post.Params.header.image $preview }} {{ $img_src := urls.Parse $post.Params.header.image }} {{ if $img_src.Scheme }} {{ else }} {{ end }} {{end}}

{{ if $post.Params.summary }}

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

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

{{ i18n "continue_reading" }}