mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
9 lines
190 B
Plaintext
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 }}
|