libremdb/views/pug/error.pug
2022-03-19 17:22:07 +05:30

14 lines
412 B
Plaintext

extends base
block content
main.main.error
h1.heading.heading__primary.error__status-code= statusCode
h2.heading.heading__secondary.error__message= message
if stack
.error__stack-box
pre.error__stack: code= stack
p.error__text go back to the 
a.error__link(href="/") home page
p.error__text if you believe this itself is an error, 
a.error__link(href="/contact") contact us