{{ $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")}}
{{ range where .Site.Pages "Section" "!=" "" }}
{{ if .Params.endTime }}
{{ if (time .Params.endTime).After now }}