Init Commit

This commit is contained in:
2026-05-18 11:46:02 +02:00
commit 2de3502fbc
382 changed files with 19583 additions and 0 deletions
@@ -0,0 +1,12 @@
{{ define "main" }}
<section id="main">
{{ if not .Params.hideTitle }}
<h1 id="title">{{ .Title }}</h1>
{{ end }}
<div>
<article id="content">
{{ .Content }}
</article>
</div>
</section>
{{ end }}