{% extends "master.html" %} {% block title %}A fatal error occured :'({% endblock %} {% set tag = "error" %} {% block content %}
A fatal error has occurred, we're sorry :(
{% if error and error.description %}With the message:
{{ error.description }}