{{ item.name }}
{% if item.description %}
{{ item.description|safe }}
{% endif %}
{% extends "pages/content_page.html" %} {% load humanize wagtailcore_tags %} {% block page-context-id %}collections{% endblock %} {% block page_nav %} {% include 'snippets/nav.html' with style="archive" active="collections" %} {% endblock %} {% block page_header %} {% include 'snippets/header.html' with style='collections' %} {% endblock %} {% block content %}