{% load static %}
{% autoescape off %}

{{ cta.h3 }}

{{ cta.p }}

{% for btn in cta.btns %}
{% if btn.type == 'onclick' %} {{ btn.title }} {% elif btn.type == 'href' %} {{ btn.title }} {% endif %}
{% endfor %}
{% endautoescape %}