{% block progress %} {% if progress %}
Fortschritt
{% endif %} {% endblock %} {% block content %}{% endblock %} {% if session.debug %}
{% for k,v in session.items %}
{{k}}:
{{v}}
{% endfor %}
{% endif %}