{% for tab in node.tabs -%}
{% include "body/directive/tabs/tabs-button.html.twig" with {
tabsId: node.key,
tab:tab
} %}
{%- endfor %}
{% for tab in node.tabs -%}
{% include "body/directive/tabs/tabs-body.html.twig" with {
tabsId: node.key,
tab:tab
} %}
{%- endfor %}