{% for tab in tabs.values() %}
{{ tab.title }}
{% endfor %}
{{ current_tab.title }}
{% if provide_search %}
{% endif %}
{% block body %} {% endblock %}