This commit is contained in:
2026-03-30 16:25:35 +02:00
parent 01b96ef523
commit 4ad11eb64d
2 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
<section class="container page">
<article>
<header>
<h1 class="title">
{{ .Title }}
</h1>
</header>
{{ .Content }}
</article>
</section>