{{ define "main" }}

{{ .Params.hero_title }}

{{ .Params.hero_subtitle }}

{{ with .Params.hero_text }}

{{ . }}

{{ end }}

{{ .Params.about_title }}

{{ .Content }}
{{/* Cards optional mit Bildern */}}
{{ range .Params.cards }}
{{ with .image }} {{ end }}

{{ .title }}

{{ .text }}

{{ end }}
{{ end }}