Création de la navbar

This commit is contained in:
2025-01-28 22:30:41 +01:00
parent 6f35e80bc2
commit a0b773af7d
5 changed files with 79 additions and 4 deletions

View File

@ -17,7 +17,11 @@
{% endblock %}
</head>
<body class="w-full">
<div class="w-full"> {% block body %}{% endblock %}
</div>
</body>
</html>
<div class="w-full">
{% block navbar %}
{% include "navbar.html.twig" %}
{% endblock %}
{% block body %}{% endblock %}
</div>
</body>
</html>