{{ define "main" }}

Actualités

{{ range where site.RegularPages "Section" "event" }}

{{ .Params.ConcertDate }}

{{ with .Resources.GetMatch "cover.*" }} Concert cover {{ end }}

{{ .LinkTitle }}

{{ .Summary }}

{{ .Description }}

{{ .Params.ConcertDate }}

{{ with .Resources.GetMatch "cover.*" }} Concert cover {{ end }}

{{ .LinkTitle }}

{{ .Description }}

{{ .Summary }}

{{ end }}
{{ end }}