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
|
|
|
|
2024-11-19 21:32:12 +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 }}
|