KazV2/dockers/quotas/html/express_webapp/views/error.jade

7 lines
84 B
Plaintext
Raw Normal View History

2024-06-03 18:43:35 +02:00
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}