{% extends "base.html" %} {% block main %} {% if title %} {{ title }} {{ description | safe }} {% endif %} {% for coll in collections %} {{ coll.title }} {% endfor %} {% endblock %}
{{ description | safe }}