First commit
[qomet.git] / views / error.pug
1 doctype html
2 html
3
4 head
5 meta(charset="utf-8")
6 title Error
7
8 body
9 h1= message
10 h2= error.status
11 pre #{error.stack}