[ADD] Theme2

This commit is contained in:
Falk Mueller
2025-10-19 18:59:32 +02:00
parent f5bbd6ea8a
commit 03bcd0ad74
20 changed files with 336 additions and 57 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{ partial "header.html" . }}
</head>
<body>
{{ partial "nav.html" . }}
<main class="content">
<div>
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
{{ partial "footer.html" . }}
</main>
</body>
</html>