pm-feinstaub/views/error.pug
2023-09-20 16:33:19 +02:00

7 lines
84 B
Plaintext
Executable File

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