2021-04-15 10:23:23 -04:00
|
|
|
extends ../layout/layout-no-js
|
2020-04-01 11:07:59 -04:00
|
|
|
|
2021-04-15 10:23:23 -04:00
|
|
|
block vars
|
2022-01-19 06:56:26 -05:00
|
|
|
- metadata = { title: 'Something went wrong' }
|
2021-04-15 10:23:23 -04:00
|
|
|
|
|
|
|
block body
|
2020-04-01 11:07:59 -04:00
|
|
|
body.full-height
|
2021-07-27 09:23:05 -04:00
|
|
|
main.content.content-alt.full-height#main-content
|
2020-04-01 11:07:59 -04:00
|
|
|
.container.full-height
|
|
|
|
.error-container.full-height
|
|
|
|
.error-details
|
|
|
|
p.error-status I'm sorry, Dave. I'm afraid I can't do that.
|
2021-04-15 10:23:23 -04:00
|
|
|
p.error-description There was a problem with your latest request
|
2020-04-01 11:07:59 -04:00
|
|
|
if(message)
|
|
|
|
|: #{message}
|
|
|
|
|.
|
|
|
|
br
|
|
|
|
| Please go back and try again.
|
2021-04-15 10:23:23 -04:00
|
|
|
p.error-description
|
2020-04-01 11:07:59 -04:00
|
|
|
| If the problem persists, please contact us at
|
|
|
|
|
|
|
|
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
|
|
|
|
| .
|
|
|
|
a.error-btn(href="javascript:history.back()") Back
|
|
|
|
|
|
|
|
|
a.btn.btn-default(href="/") Home
|