{% for item in currentWidget.children %}
{% if (item.properties.header.iconType == 'icon' and item.properties.header.icon.id) or (item.properties.header.iconType == 'image' and item.properties.header.image.path) %} {% endif %} {% if not item.properties.header.content == '' %}<{{ currentWidget.properties.headingTag|default('span', true) }} class="moto-widget-tabs__header-item moto-widget-tabs__header-title">{{ item.properties.header.content }}{% endif %}
{% endfor %}
{% for item in currentWidget.children %} {% if isServer %} {{ widget(item) }} {% else %} {% widget item %}{% endWidget %} {% endif %} {% endfor %}
{% if isPreview %}
{% endif %}