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
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
{{ head }}
<body>
<div id="frame">
{{ header }}
{{ cases }}
<div id="content">
{{ description }}
{{ upcoming }}
{{ previous }}
{{ reading }}
{{ misc }}
</div>
{{ footer }}
</div>
</body>
</html>