{{ error_icon | default('error') }}
{{ error_code }}
{{ error_title }}
{{ error_message }}
{% if config.DEBUG and error_detail %}
{{ error_detail }}
{% endif %}