{% extends 'base.html.twig' %} {% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %} {% block body %}

{{ status_code|replace({0:''})|raw }}


{{ status_text }}

Sorry about that. I tried to get the page {{ app.request.requestUri }} but it told me {{ status_text }}.

I don't know what this means because it's not a 1 or a 0, but I sent an email with the error details to my owner and I'm sure they'll get right on it.

The best I can do right now is redirect you to the home page.

{% endblock body %}