{{ define "main" }} {{ with .Params.banner }}
{{ with .bg_img }} {{ $res := resources.Get .img }}
{{ end }}
{{ if not .hide_banner_img }}
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
{{ end }} {{ if .triple_section }} {{ partial "components/triple_section.html" . }} {{ end }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ with .button2 }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ if .content_bottom }}

{{ .content_bottom | markdownify }}

{{ end }}
{{ with .transition }} {{ if .end }}
{{ end }} {{ if .end_dark }} {{ end }} {{ end }}
{{ end }} {{ partial "components/features.html" . }} {{ partial "components/modals.html" . }} {{ end }}