11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
<%- include('partials/page-start') %>
|
|
|
|
<section class="panel coming-soon-page">
|
|
<div class="coming-soon-icon">⏳</div>
|
|
<h1><%= heading %></h1>
|
|
<p><%= description %></p>
|
|
<a class="btn" href="/">Retour au dashboard</a>
|
|
</section>
|
|
|
|
<%- include('partials/page-end') %>
|