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