<{{ heading_semantic }} class="text-{{ alignment }} {{ heading_size }}" {% if max_width and not max_width.empty %}style="max-width:{{ max_width }}rem"{% endif %}>
{%- if icon and not icon.empty -%}
{# to change the height of the icon, play with the padding here in this div #}
{%- endif -%}
{%- for i in pimcore_block('textBlock').iterator() -%}
{{ pimcore_input('text').data }}
{%- endfor -%}