{% extends 'html/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block body %} {% include "html/header/properties.html" %} {% include "html/hero/properties.html" %} {% include "html/filter/properties.html" %} {% include "html/listings/properties.html" %} {% include "html/choose-us/properties.html" %} {% include "html/agents/properties.html" %} {% include "html/testimonials/properties.html" %} {% include "html/news/recent.html" %} {% include "html/newsletter/subscribe-now.html" %} {% include "html/popular/properties.html" %} {% include "html/footer/properties.html" %} {% endblock %} {% block javascripts %} {{ super() }} {% endblock %}