{% extends "layout-2020.html" %} {% block title %}{{ this.title }}{% endblock %} {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %} {% if this.description1 %}
{{ this.description1 }}
{% endif %}

{{ this.feature1_title }}

{{ this.feature1_text }}

{{ this.feature2_title }}

{{ this.feature2_text }}

{{ this.feature3_title }}

{{ this.feature3_text }}

{% if this.description2 %}
{{ this.description2 }}
{% endif %}
{{ this.content1_text }}
{% if this.content1_image %} {% 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 %}

{{ this.content2_text }}
{% if this.content2_image %} {% endif %}
{% endblock %}