{% extends "common/content_page.html" %} {% block post_content %} {% for collection in collections %} {% include "common/listing-item.html" with page=collection %} {% endfor %} {% endblock %}