{% extends "base.html" %} {% block content %}

Quotes

{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% endif %} {% endwith %} {% for quote in quotes %} {% endfor %}
{{ quote[0] }}
{% endblock %}