Files
static-site-generator/templates/index.html
2026-01-12 23:04:37 +01:00

19 lines
215 B
HTML

<!DOCTYPE html>
<html lang="{{lang}}">
<head>
{{head}}
</head>
<body>
<header>
{{header}}
</header>
<main>
{{main}}
</main>
<footer>
{{footer}}
</footer>
</body>
</html>