{% extends "base.html" %} {% block title %}Collections{% endblock %} {% block content_title %}Collections{% endblock %} {% block content %}
{% for collection in collections.collections %} {% endfor %}
Collection Description
{{ collection.title }} {{ collection.description }}
{% endblock %}