Merge branch 'master' into feature/blog-template

This commit is contained in:
2026-01-15 10:24:34 +01:00
9 changed files with 238 additions and 70 deletions

View File

@@ -1,13 +1,18 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<head>
{{head}}
</head>
<body>
<header>
{{header}}
</header>
<main>
<ol id="posts">
{{posts}}
</ol>
{{main}}
</main>
<footer>
{{footer}}
</footer>
</body>
</html>