{% extends "layout.html.twig" %} {% block style %} {% endblock %} {% block title %}Mon livre{% endblock %} {% block body %} {{ parent() }}
Titre | Accès |
---|---|
{{ livre.getTitre }} | {% include "@Document/Document/acces.html.twig" with {'titreWidget': 'Bibliothèque variable'}%} |