2016-03-21 11:55:59 +00:00
|
|
|
doctype html
|
2017-03-01 11:22:31 +00:00
|
|
|
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
2016-03-21 11:55:59 +00:00
|
|
|
head
|
|
|
|
title Something went wrong
|
2018-09-21 14:44:36 +00:00
|
|
|
link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
|
2020-01-14 17:10:07 +00:00
|
|
|
if buildCssPath
|
|
|
|
link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
|
2020-01-29 10:25:33 +00:00
|
|
|
|
2017-03-01 11:22:31 +00:00
|
|
|
body.full-height
|
2018-11-01 17:35:16 +00:00
|
|
|
.content.content-alt.full-height
|
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.
|
2019-04-10 09:38:26 +00:00
|
|
|
p.error-description(ng-non-bindable) Our staff are probably looking into this, but if it continues, please check our status page at
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|