Erstes Commit

This commit is contained in:
2026-02-19 18:37:05 +01:00
commit 74a5b5bbb7
97 changed files with 1792 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{{ define "main" }}
<nav class="submenu box">
<h2>Bereiche:</h2>
<ul>
{{ range .Pages }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</nav>
{{ .Content }}
{{ end }}