This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/views/error.jade

7 lines
84 B
Plaintext
Raw Normal View History

2014-09-18 15:35:58 -04:00
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}