{% extends "base.html" %} {% block title %}Collections — {{ site_title }}{% endblock %} {% block content %}
{% for c in collections %}
{% if c.preview and c.preview.thumbnail_small %} {{ c.title }} {% elif c.preview and c.preview.thumbnail_medium %} {{ c.title }} {% endif %} {{ c.image_count }}

{{ c.title }}

{% empty %}
No collections yet.
{% endfor %}
{% endblock %}