soundbirder/views/error.pug
2023-07-29 18:21:40 +02:00

7 lines
90 B
Plaintext
Executable File

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