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.

15 lines
153B

  1. extends layout
  2. block content
  3. h1 Error
  4. hr
  5. if (message)
  6. p !{message}
  7. else
  8. p Unknown error
  9. if (error)
  10. h2 #{error.status}
  11. pre #{error.stack}