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,9 @@
{{ define "main" }}
{{ .Content }}
{{ range .Pages }}
<div class="box">
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
<p>{{ .Description }}</p>
</div>
{{ end }}
{{ end }}