{% if this.content %}
{{ this.content }}
{% endif %} {% if this.button_type and this.button_content %}
{% if this.button_type == "text" %} {{ this.button_content | safe }} {% elif this.button_type == "image" %} Action Button {% endif %}
{% endif %}