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,9 @@
{{ $agent := index .model.Agents .model.Search }}
<title>
KGPZ &ndash;
{{ if $agent }}
{{ index $agent.Names 0 }}
{{ else }}
Person nicht gefunden
{{ end }}
</title>