{% if flash %}

{{ flash }}

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