{{ $site := .Page.Site}} {{ $class := .Get "class" }} {{ $ext := default "png" (.Get "ext") }}
{{ $bannerInfo := index $site.Data.banner (replace $class "-" "") }}

{{ $bannerInfo.Header }}

{{ $bannerInfo.Content }}

{{ range $item, $description := $bannerInfo.Items }}
{{ $alt := $item | title }} {{ if eq $item "gnome_mpv" }} {{ $alt := "GNOME MPV" }} {{ end }} {{ $alt }}

{{ $description }}

{{ end }}