{% extends 'parts/layout.html' -%} {# INCLUDE HEADER #} {% block header -%} {% include 'parts/header.html' -%} {%- endblock %} {# Content Block #} {% block content -%}

Internal Server Error

Wo wo! What's wrong? Empty gasoline? No brake? Please wait, we will fix it.

{% if debug -%}

{{ error.message }}

{%- endif %}
{%- endblock %} {# FOOTER INJECTION #} {% block footer -%} {% set footclass = '' %} {% include 'parts/footer.html' -%} {%- endblock %}