Files
static-site-generator/templates/index.html
2026-01-08 11:18:45 +01:00

14 lines
170 B
HTML

<!DOCTYPE html>
<html lang="{{lang}}">
{{head}}
<body>
{{header}}
<main>
<ol id="posts">
{{posts}}
</ol>
</main>
</body>
</html>