{{ .Content }}
{{- end }}
{{- range site.Params.homepage_categories }}
{{ .title }}
{{- range first .count (where site.RegularPages "Section" "==" .key) }} {{ partial "card.html" . }} {{- end }}
{{- with site.GetPage (printf "/%s" .key) }}
See more
{{- end }}
{{- end }}