{% extends "layout.html" %} {% block content %}

{{ _('Available collections') }}

{{ _('List of collections') }}


{% for collection in collections %}

{{ collection.name }}

{{ collection.description }}

{% endfor %}
{% endblock %}