itender/server/views/error.pug
Tobias Hopp c2d722c12e "a few changes"
Took 6 hours 57 minutes
2025-04-29 11:29:26 +02:00

7 lines
84 B
Plaintext

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