mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 20:20:41 +02:00
14 lines
170 B
HTML
14 lines
170 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{lang}}">
|
|
{{head}}
|
|
<body>
|
|
{{header}}
|
|
|
|
<main>
|
|
<ol id="posts">
|
|
{{posts}}
|
|
</ol>
|
|
</main>
|
|
</body>
|
|
</html>
|