13 lines
256 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='/')
img(src='/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}