13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
extends master.pug
|
|
|
|
block body
|
|
#root.is-fullscreen
|
|
.app-error
|
|
a(href='/')
|
|
img(src='/svg/logo-wikijs.svg')
|
|
strong Oops, something went wrong...
|
|
span= message
|
|
|
|
if error.stack
|
|
pre: code #{error.stack}
|