{% set title = 'Collections' %} {% extends "base/searchbar.html" %} {% block pagination %} {% for collection in pagination.items %}

{% if collection.description %} {{ collection.description }} {% endif %}

{% endfor %}

New collection

{% endblock %}