{% if flash('success') %}
{{ flash('success') }}
{% endif %} {% if flash('error') %}
{{ flash('error') }}
{% endif %} {% block body %}{% endblock %}