2016-03-21 07:55:59 -04:00
|
|
|
doctype html
|
2017-03-01 06:22:31 -05:00
|
|
|
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
2016-03-21 07:55:59 -04:00
|
|
|
head
|
|
|
|
title Something went wrong
|
2018-09-21 10:44:36 -04:00
|
|
|
link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
|
2020-01-14 12:10:07 -05:00
|
|
|
if buildCssPath
|
|
|
|
link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
|
2020-01-29 05:25:33 -05:00
|
|
|
|
2017-03-01 06:22:31 -05:00
|
|
|
body.full-height
|
2018-11-01 13:35:16 -04:00
|
|
|
.content.content-alt.full-height
|
2017-03-01 06:22:31 -05:00
|
|
|
.container.full-height
|
|
|
|
.error-container.full-height
|
2018-04-03 09:09:42 -04:00
|
|
|
.error-figure.error-figure-500
|
|
|
|
img.error-img(
|
|
|
|
src="/img/brand/500-visual-socket.svg"
|
|
|
|
alt="Error"
|
|
|
|
)
|
2017-03-01 06:22:31 -05:00
|
|
|
.error-details
|
2017-03-28 11:57:08 -04:00
|
|
|
p.error-status Something went wrong, sorry.
|
2019-04-10 05:38:26 -04: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}
|
|
|
|
| .
|
2018-03-29 10:35:14 -04:00
|
|
|
a.error-btn(href="/") Home
|