{{ title }}

{{ description }}

{% if buttons %}
{% for button in buttons %} {% if button.type == 'link' %} {% if button.icon %}{% endif %}{{ button.text }} {% elif button.type == 'modal' %} {% elif button.type == 'button' %} {% endif %} {% endfor %}
{% endif %}