{# A single tabset. A tabstep is a list of tabs, where one of them are being shown at a time. Parameters: tabset: id: tabs: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/ #}
{% for tab in tabset.tabs %}
  • {% endfor %}
    {% for tab in tabset.tabs %}

    {{ tab.title }}

    {{ tab.content }}
    {% endfor %}
    {# ft:jinja2 #}