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.

13 lines
379 B

  1. extends ./master.pug
  2. block body
  3. body(class='is-error')
  4. .container
  5. a(href='/'): img(src=config.site.path + '/images/logo.png')
  6. h1= message
  7. h2= t('errors:generic')
  8. a.button.is-amber.is-inverted.is-featured(href=config.site.path+ '/')= t('errors:actions.gohome')
  9. if error.stack
  10. h3= t('errors:debugmsg')
  11. pre: code #{error.stack}