{% extends "base.html" %} {% block title %}Error{% endblock %} {% block content %}

Something went wrong

{{ message | e | replace('\n', '
\n') | safe }}

Back to home
{% endblock %}