{% load static %}
{% if image1 %} {% endif %} {% if image2 %} {% endif %} {% if image3 %} {% endif %} {% if title1 %}
{{ title1|safe }}
{% endif %} {% if title2 %}
{{ title2|safe }}
{% endif %} {% if title3 %}
{{ title3|safe }}
{% endif %}

{{ text1|safe }}

{{ text2|safe }}

{{ text3|safe }}

{% if button1_text %}
{% if link1_external %} {{ button1_link }} {% else %} {{ button1_text }} {% endif %}
{% endif %} {% if button2_text %}
{% if link2_external %} {{ button2_link }} {% else %} {{ button2_text }} {% endif %}
{% endif %} {% if button3_text %}
{% if link3_external %} {{ button3_text }} {% else %} {{ button3_text }} {% endif %}
{% endif %}