templates/front/default/book.html.twig line 1
<img class='img-entourage img-entourage-haut-book img-entourage-haut' src="{{ asset('pictures/book/haut-book.webp') }}"/><div id='grille_book' class="container-section content-section-book"><div class="content-container-section"><h2 class="title-desktop"><a class="vertical-text"><img src="{{ asset('pictures/book/titre_book.webp') }}" /></a></h2><h2 class="title-responsive"><a>Le</a><a>Book</a></h2><div id="menu-tri"><div><a class="filter-btn all" data-filter="all">Tous les projets</a></div><div>{% for c in categories %}<a class="filter-btn" data-filter=".{% if c.name == '3D' %}dimension{% else %}{{ c.name }} {% endif %}">{{c.name}}</a>{% endfor %}</div></div><div id='contain-survol'></div><div class="container">{% for b in book %}{% if b|imgBookIndex %}<div data-url="{{ path('detail_book') }}" class="slide-detail-book mix-target {% if b.categorie.name == '3D' %}dimension{% else %}{{ b.categorie.name }} {% endif %}" id="{{ b.id }}" data-order="5" data-year="4"><a class="survol"> {{b.hover|replace({'<br>':'</div><div>'})|raw}} </a><a href="{{ path('detail_book') }}" id="{{ b.id }}" class="img-elt-book popup-responsive"><img src="{{ book_path ~ '/' ~ b|imgBookIndex }}" /></a></div>{% endif %}{%endfor%}</div></div></div><img class='img-entourage img-entourage_bas-book img-entourage-bas' src="{{asset('pictures/book/fond_bas_book.webp') }}"/>