templates/home/home.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}LookBook ~ Vente de livres entre particuliers{% endblock %}
  3. {% block body %}
  4. {# déplacé dans header > nav #}
  5. {# <h2>Bienvenue {{app.user.firstname}} !</h2> #}
  6. <br>
  7. <h1>Dernières annonces :</h1>
  8.     {% include 'partials/_bookAdSearchLoop.html.twig' %}
  9. {% endblock %}