This commit is contained in:
uwap 2026-01-20 15:43:05 +01:00
commit f5d9aece1e
13 changed files with 313 additions and 0 deletions

15
_includes/layout.vto Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My first page</title>
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<div id="appbar">
<a href="/">Home</a>
</div>
{{ content }}
</body>
</html>