{% extends "base.html" %} {% block content %} {% for collection_type, collection_list in collections.items() %}

{{ collection_type }}

{% endfor %} {% endblock content %}