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

{{ _('Available collections') }}


{% for collection in collections %}

{{ collection.name }}

{{ collection.description }}

{% endfor %}
{% endblock %}