{% extends 'quotes/base.html' %} {% block body %} {% for quote in quotes %} {% include "quotes/display.html" with quote=quote %} {% endfor %} {% endblock %}