2021-04-15 10:23:23 -04:00
|
|
|
extends ../layout/layout-no-js
|
2020-01-29 05:25:33 -05: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
|
2017-03-01 06:22:31 -05:00
|
|
|
body.full-height
|
2021-07-27 09:23:05 -04:00
|
|
|
main.content.content-alt.full-height#main-content
|
2017-03-01 06:22:31 -05:00
|
|
|
.container.full-height
|
|
|
|
.error-container.full-height
|
|
|
|
.error-details
|
2017-03-28 11:57:08 -04:00
|
|
|
p.error-status Something went wrong, sorry.
|
2021-04-15 10:23:23 -04:00
|
|
|
p.error-description Our staff are probably looking into this, but if it continues, please check our status page at
|
2019-04-10 05:38:26 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
a(href="http://" + settings.statusPageUrl) #{settings.statusPageUrl}
|
|
|
|
|
|
|
|
|
| or contact us at
|
|
|
|
|
|
|
|
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
|
|
|
|
| .
|
2022-06-22 05:33:22 -04:00
|
|
|
p.error-actions
|
|
|
|
a.error-btn(href="/") Home
|