{{ $post := .post }}

{{ $summary := "" }} {{ if $post.Params.summary }} {{ $summary = $post.Params.summary | markdownify }} {{ else if $post.Truncated }} {{ $summary = $post.Summary }} {{ end }} {{ with $summary }}
{{ . | truncate 135 }}
{{ end }}
{{ partial "article_metadata" (dict "content" $post "is_list" 1) }}
{{ $resource := ($post.Resources.ByType "image").GetMatch "*featured*" }} {{ with $resource }} {{ $image := .Resize "150x" }} {{end}}