This commit is contained in:
Christoph Cullmann 2025-07-19 21:46:51 +02:00
parent 6e613d7b15
commit 5992869fd3
No known key found for this signature in database
93 changed files with 9485 additions and 1277 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "header.html" . -}}
<body>
<div class="content">
{{- partial "head.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
</div>
</body>
</html>