{% if card.image %}
{% else %}
{% endif %}

{{ card.title }}

{{ card.text | safe }} {% for button in card.buttons %} {{ button.text }} {% endfor %}