{%- if editmode -%}
{%- for i in pimcore_block('hero_heading').iterator() -%}
{%- if editmode -%}
{{ pimcore_select("hero_heading_text_color", {
"store": select_editables_store.theme_colors,
"defaultValue": "white"
}) }}
{%- endif -%}
{{ pimcore_input('hero_heading_text') }}
{%- endfor -%}
{%- else -%}
<{{ heading_semantic }} class="{{ heading_size }} heading animate" data-scroll>
{%- for i in pimcore_block('hero_heading').iterator() -%}
{%- if editmode -%}
{{ pimcore_select("hero_heading_text_color", {
"store": select_editables_store.theme_colors,
"defaultValue": "white"
}) }}
{%- endif -%}
{{ pimcore_input('hero_heading_text').data }}
{%- endfor -%}
{{ heading_semantic }}>
{%- endif -%}