{% load filter %}
{% for tab in content.tabs_all %}
{{ tab.title }}
{% markdown_to_html core=core md=tab.content %}
{% endfor %}