{% extends 'front/base.html.twig' %} {% block title %} {{ home_contents.home_page_title.value|striptags }} {% endblock %} {% block body %} {% include "front/_nav.html.twig" with { 'navbarClass' : 'navbar-dark' } %} {% for i in 1..carousels|length%} {% endfor %} {% for carousel in carousels %} {{ carousel.title }} {{ carousel.description }} CONTACT RAPIDE {% endfor %} Previous Next {{ home_contents.home_card_title.value|striptags }} {{ home_contents.home_card_text.value|raw }} {% for card in home_cards %} {{ card.title }} {{ card.description }} CONTACT RAPIDE {% endfor %} {% endblock %}
{{ carousel.description }}
{{ home_contents.home_card_text.value|raw }}
{{ card.description }}