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

{{ big_card.title }}

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