initial commit

This commit is contained in:
2026-08-16 19:03:44 +02:00
commit f9726ca9dc
215 changed files with 29489 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{ define "main" }}
<article class="page">
<div class="post-body">
<h1 class="post-title">{{ .Title }}</h1>
<div class="post-content">
{{ .Content }}
</div>
</div>
</article>
{{ end }}