Search query
Search
{% if flash %}
{{ flash }}
{% endif %} {% if quotes %}
Author
Quote
{% for q in quotes %}
{{ q.author }}
{{ q.quote }}
{% endfor %}
{% endif %}