{{ .Content }}
- {{ $section := .Paginate (where .Data.Pages "Section" .Section) }}
- {{ range $section.Pages }}
+ {{ range .Pages }}
+ {{/*
+ Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/
+ */}}
{{ .Render "summary" }}
{{ end }}