{% if title %}

{{ title|raw }}

{% endif %}
{% if features is defined and features|length > 0 %} {% for key, feature in features %}
{% set dataSideModal = feature.content != '' ? 'data-side-modal="%s-%s"'|format(uniqId, key) : '' %} {% set dataTarget = feature.content != '' ? 'data-target="%s-%s"'|format(uniqId, key) : '' %} {% set dataMode = feature.content != '' ? 'data-mode="%s-%s"'|format(uniqId, key) : '' %} {% set classStatic = feature.content == '' ? 'static' : '' %} {% set style = feature.content == '' ? 'style="cursor:auto"' : '' %}
{% if feature.image %} фон {% endif %}
{% if feature.icon %} иконка {% endif %}
{{ feature.title|raw }}
{{ feature.description|raw }}
{% endfor %} {% endif %}
{% if features is defined and features|length > 0 %} {% for key, feature in features %} {% if feature.content != '' %}
{% if feature.title %} {{ feature.title|raw }} {% endif %}
{{ feature.content|raw }}
{% endif %} {% endfor %} {% endif %}