{{ vite_js('src/module/listing/index.js', ['jquery']) }}
{% if hasMap %}
{% else %}
{% endif %}
{% for house in list %} {% include 'module/md_house_card/index.html' with house %} {% endfor %} {% if list is empty %} {%include 'module/empty-listing.html' %} {% endif %}
{% include 'module/md_disclaimer/index.html' %}
{{ render_scripts()}}