{% set block_img_content %}
{{ img.img_alt }}
{{ img_small.img_alt }}
{{ sup_title | raw }}
{% endset %}

{{ header_title }}

{{ header_description | raw }}
{% if img_before %} {{ block_img_content }} {% endif %}
{% for list in lists %}
{{ list.text }}
{% endfor %}
{% if title and title != '' %}

{{ title }}

{% endif %}
{{ description | raw }}
{% if button and button != '' %}{% endif %}
{% if img_before %}{% else %} {{ block_img_content }} {% endif %}