{{ partial:components/section :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" }} {{ text_block_leading_image }} {{? $has_mobile_leading_image = file_exists(public_path() . str_replace('.', '-mb.', $url)); ?}} {{ if has_mobile_leading_image }} {{ alt ?? text_block_title }} {{ /if }} {{ /text_block_leading_image }} {{ if text_block_title }}

{{ text_block_title }}

{{ /if }} {{ if text_block_text }} {{ partial:components/text-wrapper :text="text_block_text" :class="options.text_style" }} {{ /if }} {{ if cta.url }} test {{ partial:components/content/cta :href="cta.url" :text="cta.text" }} {{ /if }} {{ /partial:components/section }}