{% extends "base.html" %} {% block breadcrumb %} {% endblock %} {% block main %}

{% if collection.description %} {{ collection.description | safe }} {% else %} {{ collection.short_description }} {% endif %}

{% endblock %}