error.pug 84 Bytes
Newer Older
Ha YeaJin's avatar
Ha YeaJin committed
1
2
3
4
5
6
extends layout

block content
  h1= message
  h2= error.status
  pre #{error.stack}