1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/views/error.jade
Carlos Brito Lage 775a8d9d18 Prettier errors
2013-10-20 15:44:22 -07:00

11 lines
186 B
Plaintext

extends layout
block content
section#errorBox.content.box
.head
h2 Oops, something went wrong!
.content
p #{message}
if stack
pre #{stack}