error404.html.twig 344 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11 12 13
{% extends '@kohinos/common/layout.html.twig' %}

{% block content %}
	<div class='container'>
		<div class='row'>
			<div class='col-xs-6 text-center mt-3'>
				<h1>Oups ! Cette page n'existe pas !</h1>
				<br/>
				<p><em>The server returned a "{{ status_code }} {{ status_text }}".</em></p>
			</div>
		</div>
	</div>
{% endblock content %}