{{ if site.Data.homepage.cta.enable }} {{ with site.Data.homepage.cta }}
{{ partial "image.html" (dict "Src" .overlayImage "Alt" "image" "Class" "img-fluid overlay-image") }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ with .button }} {{ .label }} {{ end }}
{{ partial "image.html" (dict "Src" .image "Alt" "image" "Class" "cta-image") }}
{{ end }} {{ end }}