{{ $gal := .Site.Data.galerie }} {{ $gal.hero.badge }}

{{ $gal.hero.heading_main }}
{{ $gal.hero.heading_colored }}

{{ $gal.hero.description }}

{{ range .Site.Data.categories }} {{ end }}
{{ range .Site.Data.gallery.photos }} {{ end }}
{{ $ribbon := .Site.Data.galerie.ribbon }} {{ $statColors := slice "text-primary" "text-secondary" "text-primary" }}

{{ $ribbon.heading }}

{{ $ribbon.description }}

{{ range $i, $s := $ribbon.stats }} {{ if gt $i 0 }}{{ end }}

{{ $s.wert }}

{{ $s.label }}

{{ end }}