{% extends 'base.html' %} {% block content %}
{% for a in aufgaben %} {% for k in a %}
{{ k }} =
{% endfor %} {% endfor %}
{% endblock %}