{{ $image := partial "helper/image" (dict "Context" . "Type" "article") }} {{ if $image.exists }}
{{ if $image.resource }} {{- $tablet := $image.resource.Resize "1024x" -}} {{- $desktop := $image.resource.Resize "2000x" -}} Featured image of post {{ .Title }} {{ else }} Featured image of post {{ .Title }} {{ end }}
{{ end }} {{ partial "article/components/details" . }}