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