13 lines
No EOL
377 B
Text
13 lines
No EOL
377 B
Text
<main class="layout-maxed error">
|
|
<h1><%= page.title %></h1>
|
|
<% if ( errorCode && errorCode === 404 ) { %>
|
|
<p class="text-center">
|
|
<img src="/img/404.svg" alt="Erreur 404" style="max-height: 400px;" />
|
|
</p>
|
|
<% } %>
|
|
<% if ( process.env.NODE_ENV !== 'production' ) { %>
|
|
<div>
|
|
<pre><%= page.error %></pre>
|
|
</div>
|
|
<% } %>
|
|
</main> |