{{ $featured_image := .Param "featured_image"}}
{{ if $featured_image }}
{{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
{{ $featured_image := (trim $featured_image "/") | absURL }}
{{ partial "site-navigation.html" .}}
{{ if not .Params.omit_header_text }}
{{ .Title | default .Site.Title }}
{{ else }}
{{ end }}
{{ if not .Params.omit_header_text }}
{{ with .Params.description }}