<div class="tabs {% if background|default %} tabs--{{ background }} {% endif %} {{ class|default }}">{% if headline is defined and headline|length %}<div class="tabs__headline">{% include 'components/atoms/headline/headline.html.twig' with {text: headline|first.text} %}</div>{% endif %}<tabs tabs="{{ tabs|json_encode }}">{% for tab in tabs %}<template #tab{{ loop.index0 }}>{% if tab.html_content is defined and tab.html_content is not empty %}{{ tab.html_content }}{% else %}{% include 'components/organisms/storyblok/storyblok.html.twig' with {'componentData': tab.content} %}{% endif %}</template>{% endfor %}</tabs></div>