{% block header %}
Heya,
These are the most recent matches
{% endblock %} {% block content %}
{% for listing in listings %} {% include '_listing.html' %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}