{% extends 'base.html' %} {% load humanize %} {% block content %} {% for quote in quotes %} {% endfor %}
Quote Author Added Edit Quote
{{ quote.quote }} {{ quote.author }} {{ quote.added|timesince }} ago Edit Delete
Add a quote
{% endblock %}