{{ define "main" }}

{{ .Params.headline }}

{{ $iconChevron := resources.Get "images/picto/chevron_forward_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }} {{ $iconClose := resources.Get "images/picto/close_34dp_1F1F1F_FILL0_wght400_GRAD0_opsz40.svg" }}
{{ range sort (.Resources.Match "*.md") "Params.weight" }}

{{ .Title }}

{{ if .Params.image }} {{ $img := resources.Get .Params.image }} {{ if $img }} {{ .Title }} {{ end }} {{ end }}
{{ if $iconChevron }}{{ end }}
{{ if $iconClose }}{{ end }}

{{ .Content | plainify }}

{{ end }}
{{ $iconSearch := resources.Get "images/picto/search_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }} {{ if $iconSearch }}{{ end }} Rechercher un trajet
{{ end }}