You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
264 B

  1. extends master.pug
  2. block body
  3. #root.is-fullscreen
  4. .app-error
  5. a(href='/')
  6. img(src='/_assets/svg/logo-wikijs.svg')
  7. strong Oops, something went wrong...
  8. span= message
  9. if error.stack
  10. pre: code #{error.stack}