{% extends "layout.html" %} {% block customhead %} {{ title }} {% endblock %} {% block nav_latest %}active{% endblock %} {% block content %}

Latest Quotes

{% for quote in quotes %}
{{ quote.quote }}

Tags: {% for tag in quote.tags %}{{tag}}{% if not loop.last %}, {% endif %}{% endfor %}

{% endfor %}
{% endblock %}