{% extends "base.html" %} {% block main %} Collections > {{ collection.title }} {{ collection.description | safe }} {% for pin in pins %} {{ pin.caption }} {% if pin.type == 'photo' %} {% elif pin.type == 'video' %} {% elif pin.type == 'audio' %} {% endif %} {% endfor %} {% endblock %}
{{ collection.description | safe }}