{% extends "master.html" %} {% block title %}A fatal error occured :'({% endblock %} {% set tag = "error" %} {% block content %}

Fatal Error (500)

A fatal error has occurred, we're sorry :(

{% if error and error.description %}

With the message:

{{ error.description }}

{% endif %}
{% endblock %}