Big commit i'm sorry ...

This commit is contained in:
2026-05-09 01:53:54 +02:00
parent 4a56042b25
commit 4192e10f34
184 changed files with 54564 additions and 588 deletions

View File

@@ -3,7 +3,7 @@
<head>
<!-- Style CSS -->
{% include config.theme+'/_head.html' %}
{% include 'themes/'+config.theme+'/_head.html' %}
{% block css %}
{% endblock %}
</head>
@@ -11,17 +11,17 @@
<body id="page-top">
{% block body %}
{% include config.theme+'/_nav.html' %}
{% include 'themes/'+config.theme+'/_nav.html' %}
{% for bloc in myblocs.values() %}
{% include config.theme+'/blocs/_'+bloc.type+'.html' %}
{% include 'themes/'+config.theme+'/blocs/_'+bloc.type+'.html' %}
{% endfor %}
{% endblock %}
</body>
{% include config.theme+'/javascript.html' %}
{% include 'themes/'+config.theme+'/javascript.html' %}
{% block js %}
{% endblock js %}
</html>