mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 04:57:37 +03:00
15 lines
No EOL
327 B
Text
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
|
|
|. |