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