gcg-website/layouts/fachbereich/single.html

10 lines
237 B
HTML
Raw Normal View History

2023-02-02 06:46:39 +01:00
{{ define "main" }}
2023-08-04 18:05:35 +02:00
{{ partial "tile-modals" . }}
2023-02-02 06:46:39 +01:00
{{ if not (eq .Params.news false) }}
{{ partial "news" (dict "param" ".Params.subjects" "cond" (slice .Title) "title" (print "dem Fach " .Title) "Site" .Site) }}
{{ end }}
2023-02-02 06:46:39 +01:00
2023-02-02 06:46:39 +01:00
{{ end }}