10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
<%- include('partials/page-start') %>
|
|
|
|
<section class="panel error-page">
|
|
<h1><%= title %></h1>
|
|
<p><%= message %></p>
|
|
<a class="btn" href="/">Retour au dashboard</a>
|
|
</section>
|
|
|
|
<%- include('partials/page-end') %>
|