{{ $scratchTotal := newScratch }} {{ range where .Site.Pages "Section" "!=" "" }} {{ if .Params.endTime }} {{ if (time .Params.endTime).After now }} {{ $scratchTotal.Add "total" 1 }} {{ end }} {{ end }} {{ end }} {{if ($scratchTotal.Get "total")}}
event
{{ range where .Site.Pages "Section" "!=" "" }} {{ if .Params.endTime }} {{ if (time .Params.endTime).After now }} {{ end }} {{ end }} {{ end }}
{{end}}