{% extends 'index.html' %} {% load static %} {% block content %} {% if offer_list %} {% for Offer in offer_list %} {% endfor %} {% endif %} {% endblock %}