{{ partial:components/section :bg-color="background.color" :max-width="options.max_content_width" :extra-padding="options.extra_section_padding" :class="options.custom_class_name" }} {{ if cards_section_title }} {{ partial:components/section-title :bg-color="background.color" :text="cards_section_title" spacing="lg" }} {{ /if }} {{ cards }} {{ partial:components/card :image="card_image" :image-bg-color="card_image_bg" :mb="!last" :expandable="cards_section_expandable" :placement="index%2 ? 'right' : 'left'" }} {{ if card_title }} {{ partial:components/section-title :text="card_title" }} {{ /if }} {{ if card_content }} {{ partial:components/text-wrapper :text="card_content" }} {{ /if }} {{ /partial:components/card }} {{ /cards }} {{ /partial:components/section }}