extends layout

block content
  h1 There was an error

  h1= message
  h2= error.status
  pre #{error.stack}
