{% extends "base.html" %} {% set active_page = page %} {% block title %} Error {% if error_description %}:{% endif %} {{ error_description }} {% endblock %} {% block divs %}

Sorry, something went wrong :(

{{ error_description }} The error message says:

{{ error_class }} {% if error_class %}:{% endif %} "{{ error_message }}"

You might want to try to return and select something else or clear your session and try again.

{% endblock %}