feat: add navbar with user dropdown and import modal

This commit is contained in:
thibaud-leclere
2026-03-29 10:22:20 +02:00
parent 4f8eb5f3dc
commit a348de01b0
2 changed files with 60 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
{% endblock %}
</head>
<body>
{% include '_navbar.html.twig' %}
{% block body %}{% endblock %}
</body>
</html>