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

Iris

{% if last_flash %}
{{ last_flash.message }}
{% endif %}
{% endblock %}