{{ define "main" }}

{{ .Title }}

{{ if .Description }}

{{ .Description }}

{{ end }} {{ .Content }}
{{ $categories := .Pages }} {{ range $categories }} {{ partial "image/responsive-bg.html" (dict "name" (replace .Title " " "") "src" .Params.background "page" . "styles" "box-pop" "overlayStyles" "" "opacity" "0.75" "cta" "See All" "ctaStyles" "text-xl" "url" .Permalink ) }} {{ end }}
{{ end }}