{{ define "main" }} {{ $heroImage := .Params.heroImage | default "images/visuels/engagez.jpg" }} {{ $heroBg := resources.Get $heroImage }}

{{ .Params.headline | default "La mobilité, un enjeu RSE pour votre entreprise" }}

{{ .Content }} {{ $allResources := .Resources.Match "*.md" }} {{ $avantages := where $allResources "Params.type" "avantage" }} {{ if $avantages }}
{{ range sort $avantages "Params.weight" }}
{{ if .Params.icon }} {{ $icon := resources.Get .Params.icon }} {{ if $icon }}
{{ end }} {{ end }}

{{ .Title }}

{{ .Content }}
{{ end }}
{{ end }}

{{ .Params.engagementTitle | default "De plus en plus d'entreprises s'engagent, pourquoi pas vous ?" }}

{{ $engagements := where $allResources "Params.type" "engagement" }} {{ if $engagements }} {{ $sortedEngagements := sort $engagements "Params.weight" }}
{{ range first 3 $sortedEngagements }} {{ end }}
{{ range after 3 $sortedEngagements }} {{ end }}
{{ $downloadIcon := resources.Get "images/picto/download_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}

{{ .Params.plusInfosTitle | default "Plus d'infos ?" }}

{{ .Params.plusInfosText | default "Vous avez des questions ? Vous souhaitez recevoir de la documentation imprimée à mettre à disposition de vos publics ?" }}

Contactez-nous {{ with $.Params.depliantLink }} {{ if $downloadIcon }} {{ end }} Ou téléchargez le dépliant d'information {{ end }}
{{ end }}
{{ $videoPath := .Params.video | default "videos/entreprise.mp4" }} {{ $video := resources.Get $videoPath }} {{ if $video }} {{ end }}
{{ end }}