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
+11
View File
@@ -0,0 +1,11 @@
{{ define "main" }}
{{ .Title }}
<ul>
{{ range .Pages }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}