{{- /* Featured image */ -}}
{{- with .Params.featuredImage -}}
{{- $image := $.Params.featuredImagePreview | default . -}}
{{- partial "function/image.html" (dict "src" $image "alt" "featured image") -}}
{{- end -}}
{{- /* Title */ -}}
{{- /* Meta */ -}}
{{- /* Summary content */ -}}
{{- partial "function/content.html" .Summary -}}
{{- /* Footer */ -}}