bunch of random ass shit tbh

This commit is contained in:
2026-01-15 10:50:34 +01:00
parent 78c43c630a
commit 241121b355
8 changed files with 95 additions and 26 deletions

View File

@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<html lang="{{config.lang}}">
<head>
{{head}}
{{page.head}}
</head>
<body>
<header>
{{header}}
{{page.header}}
</header>
<main>
{{main}}
{{page.main}}
</main>
<footer>
{{footer}}
{{page.footer}}
</footer>
</body>
</html>