MicroCommunityWeb/views/error.jade
2021-04-23 10:14:20 +08:00

7 lines
84 B
Plaintext
Executable File

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