Skip to content

Commit

Permalink
re-add header/footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucanis committed Sep 12, 2024
1 parent dbf6cc5 commit d34e334
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@
{% endblock %}
</head>
<body class="no-js">
{% block header %}
{% include '@components/Layout/Header/Header.twig' %}
{% endblock %}

{% block body %}{% endblock %}


{% block footer %}
{% include '@components/Layout/Footer/Footer.twig' %}
{% endblock %}
</body>
</html>

0 comments on commit d34e334

Please sign in to comment.