This commit is contained in:
gauthiier
2025-09-21 06:54:25 +02:00
parent 6851c67498
commit cc1c7ec065
22 changed files with 1587 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<head>
<meta charset="utf-8">
{% for item in css_items %}<link rel="stylesheet" type="text/css" href="{{ item }}">{% endfor %}
{% for item in js_items %}<script type="module" src="{{ item }}"></script>{% endfor %}
<title>{{ title }}</title>
</head>