UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

13 lines (10 loc) 225 B
// note that we extend a different // layout with jade for 4xx & 5xx // responses extends error block content h1 Error: #{error.message} if settings['verbose errors'] pre= error.stack else p An error ocurred!