{% extends 'base.html' %} {% block content %} Simplified Carousel Example
{% for item in items %}
{% if item.listing_images and item.listing_images[0] %} Main Image {% else %} Default Image {% endif %}
{{ item.depart_location }}
{{ item.fair_cost }}
{{ item.destination_location }}
Save up to 10% with multi-buy
{% endfor %}
{% endblock %}