{%- assign show-title = include.show-title | default: true -%}
{%- for tab in include.tabs -%} {%- capture tab-id -%}{{ tab.id | default: tab.title | slugify }}{{ forloop.index }}{%- endcapture -%}
{%- if forloop.first == true -%} {%- else -%} {%- endif -%}
{% if show-title == true %}

{{ tab.title }}

{% endif %}

{{ tab.content }}

{%- endfor -%}