This commit is contained in:
2025-10-28 18:35:52 +01:00
parent 96974c6922
commit 737b175efd
55 changed files with 2239 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{ define "main" }}
{{ with .Site.GetPage "page" "home" }}
{{ .Content }}
{{ partial "typed.html" . }}
{{ end }}
{{ end }}