mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
Hello {{ .name }} from the {{ .haus }}(default template)!
|
|
{{ range $id, $r := .series }}
|
|
<div>
|
|
{{ $r.Title }}
|
|
<div>
|
|
{{ $r.Annotation }}
|
|
</div>
|
|
</div>
|
|
{{ end }}
|