HHFSBRS/server/views/error.pug

7 lines
84 B
Plaintext
Raw Permalink Normal View History

2019-10-29 14:47:53 +01:00
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}