{{ define "main" }}
{{ with .Params.banner }}
{{ .content | markdownify }}
{{ .title | markdownify }}
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading"
"eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
{{ .content | markdownify }} {{ with .button }} {{ if .enable }} Read more {{ end }} {{ end }}
{{ .content | markdownify }}
{{ .content | markdownify }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}