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