{{ text_color = background_color === '#004F59' ? 'text-white' : 'text-brand-black' }} {{# "multi_" prefix applied to "set_type" field in multi_column fieldset #}} {{ if !multi_set_type }} {{# single column #}}
{{ if set_type === 'image' }} {{ partial src="sets/image" height="60" }} {{ elseif set_type === 'icon' }}
{{ icon }}
{{ /if }}

{{ heading }}

{{ subheading }}
{{ else }}
{{# multi-column #}} {{ if multi_set_type === 'image' }} {{ if multi_image }}
{{ multi_image:alt }} {{ if multi_image_caption }} {{ partial src="caption" caption_text="{multi_image_caption_text}" }} {{ /if }}
{{ /if }} {{ elseif multi_set_type === 'icon' }}
{{ multi_icon }}
{{ /if }}

{{ multi_heading }}

{{ multi_subheading }}
{{ /if }}