{% if id_carousel %} {% set carousel_item = [ 'carousel-item', 'lazyload' ] %} {% set carousel = [ 'carousel-cover', show-content-bellow ? 'show-content-bellow':'', ] %}
{% if display_content_bellow %}
{% if content_provider == '' %}

{{ content_bellow_titre | raw }}

{{ content_bellow_sup_titre | raw }}
{% elseif content_provider == 'block' %} {% for block in blocks %} {{ block.block }}
{% endfor %} {% endif %}
{% endif %} {% if show_control %} Previous Next {% endif %}
{% endif %}