1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-20 04:51:50 -05:00
kaiwa/views/error.jade

11 lines
186 B
Plaintext
Raw Normal View History

2013-10-20 15:44:22 -07:00
extends layout
block content
section#errorBox.content.box
.head
h2 Oops, something went wrong!
.content
p #{message}
if stack
pre #{stack}