bases html pages

This commit is contained in:
DaanoGames
2025-04-01 11:55:33 +02:00
parent f660a33425
commit a0742c07ad
5 changed files with 20 additions and 26 deletions

View File

@@ -9,6 +9,9 @@
</head>
<body>
{% block content %}
{% include "navbar_base.html" %}
{% block navbar %}
{% endblock %}
{% endblock %}
</body>
</html>