{{ $items := (where $.Site.RegularPages "Type" "sections") }} {{ $len := (len $items) }} {{ range $i, $e := $items }} {{ partial "section.html" . }} {{ if ne (add $i 1) $len }} {{ if $.Site.Params.separator.show }} {{ partial "separator.html" . }} {{ end }} {{ end }} {{ end}}