error.pug 264 Bytes
Newer Older
1
extends master.pug
NGPixel's avatar
NGPixel committed
2

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