{% if txt_block.title%}

{{ txt_block.title }}

{% endif %} {% if txt_block.text%} {{ txt_block.text | safe }} {% endif %}
{% if txt_block.buttons %}
{% for button in txt_block.buttons %} {{ button.text }} {% endfor %}
{% endif %}