Files
kgpz_web/views/routes/components/_akteur.gohtml
2025-09-21 11:06:28 +02:00

9 lines
190 B
Plaintext

{{ $a := . }}
{{ if and $a (ne (len $a.Names) 0) }}
<div>
{{ template "_akteur_header" $a }}
{{ template "_akteur_werke" $a }}
{{ template "_akteur_beitraege" $a }}
</div>
{{ end }}