Erstes Commit

This commit is contained in:
2026-05-27 20:04:58 +02:00
commit e16e9e36fd
218 changed files with 2307 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{ define "main" }}
<h1 class="text-3xl font-bold mb-4">{{ .Title }}</h1>
<div class="textcontent">
{{ .Content }}
</div>
{{ end }}