{% load staticfiles %}
{% 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 %}
{{ button1_text }}
{% endif %} {% if button2_text %}
{{ button2_text }}
{% endif %} {% if button3_text %}
{{ button3_text }}
{% endif %}