mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Erste Experimente mit Reihen
This commit is contained in:
9
views/routes/reihen/body.gohtml
Normal file
9
views/routes/reihen/body.gohtml
Normal 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 }}
|
||||
1
views/routes/reihen/head.gohtml
Normal file
1
views/routes/reihen/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>Musenalm - Reihen</title>
|
||||
Reference in New Issue
Block a user