mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 09:27:31 +01:00
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
<%- include('layouts/outer-header') -%>
|
|
<h1><%= message %></h1>
|
|
<h2><%= error.status %></h2>
|
|
<pre><%= error.stack %></pre>
|
|
<%- include('layouts/outer-footer') -%>
|