added build_index() function

This commit is contained in:
2026-01-12 23:04:37 +01:00
parent e542115cb8
commit a89e4bb60f
6 changed files with 92 additions and 8 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>