{% extends 'html/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block body_classes %} {{ super() }} houses-page {% endblock %} {% block body %} {% include "html/header/simple-dark.html" %} {% include "html/hero/houses.html" %}
{% include "html/sidebar-filter/houses.html" %}
{% include "html/listings/houses.html" %}
{% include "html/footer/houses.html" %} {% endblock %} {% block javascripts %} {{ super() }} {% endblock %}