Files
certd/other/certd-server/views/error.pug
T

7 lines
84 B
Plaintext
Raw Normal View History

2021-01-28 01:09:17 +08:00
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}