{% for tab in include.tabs %}
  • {{tab[1].title}}
  • {% if tab[1].active %} {% assign defaultsource = tab[1].source %} {% endif %} {% if tab[1].content %}
    {{tab[1].content | markdownify }}
    {% endif %} {% endfor %}