{% extends "layout-2020.html" %} {% block title %}{{ this.title }}{% endblock %} {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %} {% if this.description1 %}
{{ this.description1 }}
{% endif %}
{% if this.description2 %}
{{ this.description2 }}
{% endif %} {% if this.content1_text %}
{{ this.content1_text }}
{% if this.content1_image %} {% endif %}
{% endif %} {% if this.description3 %}
{{ this.description3 }}
{% endif %}
{% if this.offer1_title and this.offer1_text and this.offer1_link %}
{{ this.offer1_title }}

{{ this.offer1_text }}

Order
{% endif %}
{% if this.offer2_title and this.offer2_text and this.offer2_link %}
{{ this.offer2_title }}

{{ this.offer2_text }}

Order
{% endif %}
{% if this.offer3_title and this.offer3_text and this.offer3_link %}
{{ this.offer3_title }}

{{ this.offer3_text }}

Order
{% endif %}

{% if this.description4 %}
{{ this.description4 }}
{% endif %} {% if this.content2_text %}
{{ this.content2_text }}
{% if this.content2_image %} {% endif %}
{% endif %} {% if this.description5 %}
{{ this.description5 }}
{% endif %} {% if this.content3_text %}
{{ this.content3_text }}
{% if this.content3_image %} {% endif %}
{% endif %}
{% if this.offer4_title and this.offer4_text and this.offer4_link %}
{{ this.offer4_title }}

{{ this.offer4_text }}

Order
{% endif %}
{% if this.offer5_title and this.offer5_text and this.offer5_link %}
{{ this.offer5_title }}

{{ this.offer5_text }}

Order
{% endif %}
{% if this.offer6_title and this.offer6_text and this.offer6_link %}
{{ this.offer6_title }}

{{ this.offer6_text }}

Order
{% endif %}

{% if this.content4_text %}
{{ this.content4_text }}
{% if this.content4_image %} {% endif %}
{% endif %} {% if this.description6 %}
{{ this.description6 }}
{% endif %} {% endblock %}