view 1__Development/6__Website/POPExpressServer/views/error.jade @ 8:cc10d99e3f83

Persist and read back from disk and parse to objects is working.. Display needs updating now
author Sean Halle <seanhalle@yahoo.com>
date Sat, 09 Aug 2014 03:34:26 -0700
parents
children
line source
1 extends layout
3 block content
4 h1= message
5 h2= error.status
6 pre #{error.stack}