Cassettea-api-node/views/error.pug
stickyPiston 5b996f979d 🎉 Initialized express
Installed express using the express cli tool.
2019-09-17 16:49:23 +02:00

7 lines
84 B
Plaintext

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