{% extends "_base.html" %} {% block content %} {% for (key, data) in assignments.items() %}

{{key}}

{% for session in data %} {% endfor %}
Session Topic Downloads
{{ session.name }} {{ session.topic }}
    {% for (title, link) in session.links.items() %} {{title}} {% endfor %}
{% endfor %} {% endblock %}