{{ with site.GetPage "sections/call-to-action" }} {{ if .Params.enable }} {{ $ctaImage := resources.Get (strings.TrimPrefix "/" .Params.image) }}

{{ .Title | markdownify }}

{{ with .Params.button_secondary }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ with .Params.button_primary }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ end }} {{ end }}