mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
Better structure of files; introduced XML models
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{{ $letter }}
|
||||
</a>
|
||||
</div>
|
||||
<div>{{ template "_agent" $agent }}</div>
|
||||
<div>{{ template "_akteur" $agent }}</div>
|
||||
{{ end }}
|
||||
|
||||
{{ else }}
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
{{ range $_, $id := .model.Sorted }}
|
||||
{{ $a := index $.model.Agents $id }}
|
||||
{{ template "_agent" $a }}
|
||||
{{ template "_akteur" $a }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user