{{ $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" }} {{ $header_section_class := .Param "header_section_class" | compare.Default "tc-l pv4 pv6-l ph3 ph4-ns" }}
{{ $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" . }} {{ $header_section_class := .Param "header_section_class" | compare.Default "tc-l pv3 ph3 ph4-ns" }}

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

{{ with .Params.description }}

{{ . }}

{{ end }}
{{ end }}