changes html pages

This commit is contained in:
DaanoGames
2025-04-01 12:10:54 +02:00
parent ff3f3319a3
commit c87ed9cbd6
4 changed files with 14 additions and 11 deletions

View File

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