1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
letu/views/template/error.pug
KEZEL BENOIT p1907091 9d4b85f72b Refactoring files
2020-11-03 11:40:54 +01:00

6 lines
84 B
Text

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