mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-04 16:45:08 -05:00
11 lines
186 B
Plaintext
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} |