{{ with .triple_section }} {{ if .enable }}
{{ partial "image" (dict "Src" .img_left "Alt" .alt_text_left "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }} {{ partial "image" (dict "Src" .img_left_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }} {{ if .left_text }}

{{ .left_text | markdownify }}

{{ end }} {{ if .left_button }}
{{ .left_button | markdownify }} {{ end }} {{ partial "image" (dict "Src" .img_center "Alt" .alt_text_center "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }} {{ partial "image" (dict "Src" .img_center_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }} {{ if .center_text }}

{{ .center_text | markdownify }}

{{ end }} {{ if .center_button }}
{{ .center_button | markdownify }} {{ end }} {{ partial "image" (dict "Src" .img_right "Alt" .alt_text_right "Loading" "eager" "Class" "logo-light w-64 content-center h-full" ) }} {{ partial "image" (dict "Src" .img_right_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark w-64 content-center h-full" ) }} {{ if .right_text }}

{{ .right_text | markdownify }}

{{ end }} {{ if .right_button }}
{{ .right_button | markdownify }} {{ end }}
{{ end }} {{ end }}