error403.html.twig 214 Bytes
Newer Older
1 2 3 4 5 6 7
{% extends 'common/layout.html.twig' %}

{% block content %}
	<h1>Oups ! Il y a eu une erreur !</h1>
	<br/><br/><br/><br/>
	<p>The server returned a "{{ status_code }} {{ status_text }}".</p>
{% endblock content %}