{% for tab in include.object.tabs %} {{tab.title}} {% endfor %}
{% for tab in include.object.tabs %}
{{tab.content | markdownify }}
{% endfor %}