Erste Experimente mit Reihen

This commit is contained in:
Simon Martens
2025-02-13 17:20:16 +01:00
parent ae041aa3bf
commit 8d00f6a44d
15 changed files with 394 additions and 64 deletions

View File

@@ -0,0 +1,9 @@
Hello {{ .name }} from the {{ .haus }}(default template)!
{{ range $id, $r := .series }}
<div>
{{ $r.Title }}
<div>
{{ $r.Annotation }}
</div>
</div>
{{ end }}