Création de la navbar
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user