{{- $pgr := where .Site.RegularPages "Section" "ne" "" -}} {{- $pgr = where $pgr "Section" "not in" (slice "replies") -}} {{- if (.Get "categories") -}} {{- range (split (.Get "categories") ",") -}} {{- $pgr = (where $pgr "Params.categories" "intersect" (slice .)) -}} {{- end -}} {{- end -}} {{- if (eq (.Get "order") "alpha" ) -}} {{- $pgr = $pgr.ByLinkTitle -}} {{- end -}}