{% extends 'base.html' %} {% block content %}
{% for item in items %}
Main Image
{{ item.depart_location }}
{{ item.fair_cost }}
{{ item.destination_location }}
Save up to 10% with multi-buy
{% endfor %}
{% endblock %}