error.pug 84 Bytes
Newer Older
Choi Ga Young's avatar
Choi Ga Young committed
1
2
3
4
5
6
extends layout

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