{{ title }}

{% if text %}

{{ text }}

{% endif %} {% if buttons %}
{% for button in buttons %} {% include 'button' with { shape: button.shape, text: button.text, type: button.type, } only %} {% endfor %}
{% endif %}