aboutsummaryrefslogtreecommitdiff
path: root/views/error.jade
blob: e31ac76cf1ebcae0034b68d544aa10037454341e (plain)
1
2
3
4
5
6
doctype html
html
  body
    h1= message
    h2= error.status
    pre #{error.stack}