mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
<% layout('./layout', { title: it.lang("failure") }) %>
|
|
|
|
<div id="content">
|
|
<div class="message-container">
|
|
<div class="logo">✗</div>
|
|
<h1><%= it.message %></h1>
|
|
<% if (it.cause) { %>
|
|
<p style="color: #dc3545; margin-top: 15px;"><%= it.cause %></p>
|
|
<% } %>
|
|
<p style="color: #dc3545; font-weight: 600; margin-top: 10px;"><%= it.lang("failure") %></p>
|
|
</div>
|
|
</div> |