mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
<% layout('./layout', { title: it.lang("failure") }) %>
|
|
|
|
<div id="content">
|
|
<h1 class="failure"><%= it.message %></h1>
|
|
<h1 class="cause"><%= it.cause || "" %></h1>
|
|
</div> |