{{ $sites := where site.RegularPages "Section" "events" }} {{ range sort $sites ".Params.ConcertDate" }}

{{ $t := time.AsTime .Params.ConcertDate }} {{ $format := "Monday 2 Jan 2006 15h04" }} {{ time.Format $format $t | humanize }}

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

{{ .LinkTitle }}

{{ .Summary }}

{{ .Description }}

{{ $currentTime := (time now) }} {{ $delta := $currentTime.Sub (time .Params.ConcertDate ) }} {{ if lt $delta 0 }} Billets {{ end }} Infos

{{ $t := time.AsTime .Params.ConcertDate }} {{ $format := "Monday 2 Jan 2006 15h04" }} {{ time.Format $format $t | humanize }}

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

{{ .LinkTitle }}

{{ .Description }}

{{ .Summary }}

{{ end }}