{{ message }}
{% endfor %}
{% for message in app.flashes('error') %}
{{ message }}
{% endfor %}
{% block body %}
Quote of the Moment
{{ quote | markdown_to_html }}