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

{{ message }}

{% else %}

An error occurred.

{% endif %} {% if g.current_user %}

Return home.

{% endif %}
{% endblock %}