Datenschutzerklärung
Impressum
{% for href, caption in [('/competition', 'Wettbewerb'),
('/task', 'Aufgabe'),
('/submission', 'Einreichung'),
('/coursematerial', 'Kursmaterial'),
]:
%}
{%- if href[1:] == act -%}
- {% else %}
- {% endif %}{{ caption }}
{% endfor %}
{% block jumbotron %}{% endblock %}
{% block body %}{% endblock %}{% include "footer.html" %}