{% extends "base_theme.html" %} {% load re_paginator render_form %} {% block content %}
{% for listing in page_obj.object_list %} {% include 'includes/listing-box.html' %} {% endfor %}
{% endblock %}