{{ $post := . }}
{{ partial "page_metadata" (dict "content" $post "is_list" 1) }} {{ $resource := ($post.Resources.ByType "image").GetMatch "*featured*" }} {{ $anchor := $post.Params.image.focal_point | default "Smart" }} {{ with $resource }} {{ $image := .Fill (printf "918x517 q90 %s" $anchor) }} {{end}}

{{ if $post.Params.summary }}

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

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

{{ i18n "continue_reading" }}