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