mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 17:45:30 +00:00
Better Akteure Logik
This commit is contained in:
14
views/routes/akteure/anonym/body.gohtml
Normal file
14
views/routes/akteure/anonym/body.gohtml
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="max-w-7xl mx-auto px-8 py-8">
|
||||
<div class="mb-10">
|
||||
<!-- Alphabet Navigation -->
|
||||
{{ template "_alphabet_nav" .model }}
|
||||
</div>
|
||||
|
||||
<!-- Single Column Layout - No Scrollspy -->
|
||||
<div class="bg-white px-6 py-6 rounded">
|
||||
{{ range $_, $id := $.model.Sorted }}
|
||||
{{ $a := index $.model.Agents $id }}
|
||||
{{ template "_akteur" $a }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
3
views/routes/akteure/anonym/head.gohtml
Normal file
3
views/routes/akteure/anonym/head.gohtml
Normal file
@@ -0,0 +1,3 @@
|
||||
<title>
|
||||
KGPZ – Anonyme Werke
|
||||
</title>
|
||||
Reference in New Issue
Block a user