{{ if .Site.Params.top_header }}
{{ end }}
{{ $top_banner := .Site.Data.homepage.top_banner }} {{ if and $top_banner.enable }} {{ if or (not $top_banner.temporarily.enable) (and $top_banner.temporarily.enable (and (le ($top_banner.temporarily.start_date | time.AsTime) now) (ge ($top_banner.temporarily.end_date | time.AsTime) now))) }} {{ with $top_banner }} {{ if and .large (eq $.Page.RelPermalink "/") }} {{ $title := "Willkommen auf der Website des Georg-Cantor-Gymnasiums!" }} {{ partial "modal" (dict "title" $title "content" (.text | markdownify)) }} {{ else }}
{{ partial "mdi" .icon }} {{ .text | markdownify }}
{{ end }} {{ end }} {{ end }} {{ end }}