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