Better Akteure Logik

This commit is contained in:
Simon Martens
2025-09-22 22:27:06 +02:00
parent 9268402ebf
commit b579539e66
18 changed files with 495 additions and 435 deletions

View 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>

View File

@@ -0,0 +1,3 @@
<title>
KGPZ &ndash; Anonyme Werke
</title>