{{ $item := .item }} {{ $widget := .widget }} {{ $link := .link }} {{ $target := .target }} {{ $resource := ($item.Resources.ByType "image").GetMatch "*featured*" }} {{ $js_tag_classes := delimit (apply (apply $item.Params.tags "replace" "." " " "-") "printf" "js-id-%s" ".") " " }}
{{ with $resource }} {{ $image := .Resize (printf "550x q90 %s") }} {{ end }}

{{ $item.Title | markdownify | emojify }}

{{ with $item.Params.summary }}

{{ . | markdownify | emojify }}

{{ end }}