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

{{ tab.title }}

{% endif %} {{ tab.content }}
{%- endfor -%}