1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/views/error.jade

11 lines
186 B
Plaintext
Raw Normal View History

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