{{ define "main" }} {{ $heroBg := resources.Get "images/visuels/incontournable-haut-pays-velay.jpg" }} {{ site.Params.hero.line1before }} {{ site.Params.hero.line1highlight }} {{ site.Params.hero.line1after }} {{ site.Params.hero.line2highlight }} {{ site.Params.hero.line2after }} {{ site.Params.search.title }} {{ $iconLocation := resources.Get "images/picto/location_on_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ $iconCalendar := resources.Get "images/picto/calendar_today_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ $iconSchedule := resources.Get "images/picto/schedule_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ $iconSearch := resources.Get "images/picto/search_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ $iconSwap := resources.Get "images/picto/sync_alt_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ if $iconLocation }}{{ end }} {{ site.Params.search.labelDepart }} {{ if $iconSwap }}{{ end }} {{ if $iconLocation }}{{ end }} {{ site.Params.search.labelDestination }} {{ if $iconCalendar }}{{ end }} {{ site.Params.search.labelDate }} {{ if $iconSchedule }}{{ end }} {{ site.Params.search.labelHeure }} {{ if $iconSearch }}{{ end }} {{ site.Params.search.buttonText }} {{ site.Params.video.title }} {{ $video := resources.Get "videos/video_presentation_mms43.mp4" }} {{ if $video }} Votre navigateur ne supporte pas la lecture de vidéos. {{ end }} {{ .Content }} {{ end }}