- Ajout de l'entity User.

- Ajout du contneue dans l'home page.
This commit is contained in:
2025-01-29 09:13:04 +01:00
parent a0b773af7d
commit 6cc6f1aaf9
3 changed files with 42 additions and 6 deletions

View File

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