{% extends 'quotes/base.html' %} {% block body %}

{{ tag.tag }}

All the quotes tagged with {{ tag.tag }}:

{% for quote in tag.quote_set.all %} {% include "quotes/display.html" with quote=quote %} {% endfor %} {% endblock %}