{% extends 'base.html' %} {% block content %}
Currently Hot Locations
    {% for listing in top_listings %}
  • {{top_listing_images[listing.id]}} Main Image

    {{listing.destination_location}}

    Add Location description here once implemented

  • {% endfor %}
{% endblock %}