{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}

Available Listings

{% for listing in listings %}
{% if listing.images|length > 0 %} {% endif %}
{{ listing.title }}

{{ listing.description }}

Book Now
{% endfor %}
{% endblock %}