updated templates

This commit is contained in:
2026-01-08 11:18:45 +01:00
parent 1116a9ad2c
commit 210f3ec04b
3 changed files with 12 additions and 14 deletions

View File

@@ -1,23 +1,12 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}}</title>
<link rel="stylesheet" href="/style/style.css">
</head>
{{head}}
<body>
<header>
<h1>{{title}}</h1>
</header>
<nav id="nav">
</nav>
{{header}}
<main>
<ol id="posts">
{{posts}}
</ol>
</main>
</body>