{% extends 'Error/layout.html.twig' %} {% block title %} - {{ status_code }} - {{ status_text }} - {{ websitetitle }}{% endblock %} {% block content %}

Sorry, an error has occurred

{% if status_code == 404 %} The page you requested could not be found. {% else %} The server returned a "{{ status_code }} {{ status_text }}". {% endif %}

{% endblock %}