{{ define "main" }} {{ with .Params.banner }} {{ 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 .live_banner }} {{ partial "components/live_banner.html" . }} {{ end }} {{ if .triple_section}} {{ partial "components/triple_section" . }} {{ end }} {{ .title | markdownify }} {{ .content | markdownify }} {{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ with .button2 }} {{ if .enable }} {{ .label }} {{ end }} {{ end }} {{ end }} {{ partial "components/features.html" . }} {{ with site.GetPage "sections/testimonial" }} {{ if .Params.enable }} {{ .Title | markdownify }} {{ .Params.description | markdownify }} {{ range .Params.testimonials }} {{ .content | markdownify }} {{ partial "image" (dict "Src" .avatar "Size" "50x50" "Class" "rounded-full" "Alt" .name) }} {{ .name }} {{ .designation | markdownify }} {{ end }} {{ end }} {{ end }} {{ end }}
{{ .content | markdownify }}
{{ .Params.description | markdownify }}
{{ .designation | markdownify }}