{{/* * Add the featured image to the header if it's present in the Front Matter */}} {{ if .IsPage }} {{ if isset .Params "featured_image" }} {{ end }} {{ end }}