wiki/server/views/error.pug

13 lines
264 B
Plaintext
Raw Normal View History

extends master.pug
2016-08-16 22:56:08 -05:00
2017-09-10 00:41:22 -05:00
block body
#root.is-fullscreen
.app-error
a(href='/')
2020-06-20 15:39:36 -05:00
img(src='/_assets/svg/logo-wikijs.svg')
strong Oops, something went wrong...
span= message
2018-05-28 13:46:55 -05:00
if error.stack
pre: code #{error.stack}