{{ define "main" }} {{ $headless := .GetPage "./homepage" }} {{ $sections := $headless.Resources.ByType "page" }} {{ $sections := cond .Site.BuildDrafts $sections (where $sections "Draft" "==" false) }} {{ $content := where (where $sections "Params.external" "==" nil) "Params.detailed_page_homepage_content" "ne" false }} {{ $translations := .Page.AllTranslations }} {{ if not .Params.header_use_video }} {{ with $img := resources.Get .Params.header_image }} {{ $image_options := $.Site.Params.image_options | default "webp q90 lanczos photo" -}} {{ end }}