{{ partial:components/section :bg-color="background.color" :bg-image="background.image ? background.image[0] : null" :max-width="options.max_content_width" :extra-padding="options.extra_section_padding" :class="options.custom_class_name" }} {{ if carousel_title }} {{ partial:components/section-title :bg-color="background.color" :text="carousel_title" }} {{ /if }} {{ if carousel_text }} {{ partial:components/text-wrapper :bg-color="background.color" :text="carousel_text" }} {{ /if }}
{{ slides }}
{{ slide_image }} {{ alt ?? slide_title }} {{ /slide_image }} {{ if slide_title }}

{{ slide_title }}

{{ /if }}
{{ /slides }}
{{ /partial:components/section }}