{{ $featured_image := partials.Include "func/GetFeaturedImage.html" . }} {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} {{ $featured_image_class := site.Params.featured_image_class | compare.Default "cover bg-top" }}
{{ $cover_dimming_class := site.Params.cover_dimming_class | compare.Default "bg-black-60" }}
{{ partials.Include "site-navigation.html" .}}

{{ .Title | compare.Default .Site.Title }}

{{ with .Params.description }}

{{ . }}

{{ end }}
{{ else }}
{{ partials.Include "site-navigation.html" . }}

{{ .Title | compare.Default .Site.Title }}

{{ with .Params.description }}

{{ . }}

{{ end }}
{{ end }}