iDQ
{% for tab in tabs %} {% if tab == current %}
{{ tab }}
(current)
{% else %}
{{ tab }}
{% endif %} {% endfor %}
{% block header %}{% endblock %}
{% block content %}{% endblock %}