error404.html.twig 293 Bytes
{% extends 'common/layout.html.twig' %}

{% block content %}
	<div class='row'>
		<div class='col-xs-6 text-center'>
			<h1>Oups ! Il y a eu une erreur !</h1>
			<br/><br/><br/><br/>
			<p>The server returned a "{{ status_code }} {{ status_text }}".</p>
		</div>
	</div>
{% endblock content %}