{{ sections.cta.title }}

{{ sections.cta.description }}

{% if sections.cta.features %}
{% for feature in sections.cta.features %}

{{ feature }}

{% endfor %}
{% endif %}
{% for button in sections.cta.ctaButtons %} {{ button.label }} {% if button.style == 'filled' %} {% endif %} {% endfor %}
{% if sections.cta.form %}

{{ sections.cta.form.title }}

{% for field in sections.cta.form.fields %}
{% endfor %}
{% elif sections.cta.image %}
{{ sections.cta.image.alt }}
{% endif %}