13 lines
264 B
Plaintext
Raw Normal View History

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