{% extends 'base.html.twig' %} {% block title %}Livres / Marques{% endblock %} {% block livre %} active {% endblock %} {% block style %} {% endblock %} {% block contenu %}

Les livres et marques

{% for l in pLivre %}
image
{{ l.nom }}
{% endfor %}
{% endblock %}