{% extends "layout.html" %} {% block content %} {% if message %}

{{message}}

{% else %}

Some undefined error occurred

{% endif %} {% endblock %}