Initial import

This commit is contained in:
2024-06-16 14:32:38 +02:00
parent 83270c38d4
commit ac2d4e4dd9
16 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "metadata.html" . }}
<br><br>
{{ .Content }}
{{ end }}