SAND-framework/console/skel/symfony-app/templates/default/error.html.twig

15 lines
318 B
Twig

<div id="wrapper">
<div id="container">
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<br />
<h3>The server returned a "{{ status_code }} {{ status_text }}".</h3>
<br />
</div>
</div>