quetre/views/pug/error.pug
2022-04-17 17:54:23 +05:30

15 lines
No EOL
327 B
Text

extends base
block content
main#main.main.error
p.error__code= statusCode
p.error__message= message
//- will only apply in dev mode
if stack
.error__stack-box: pre.error__stack
code.error__text= stack
p.error__return Go back to the 
a.error__link(href="/") Home Page
|.