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")
|
2016-11-22 11:48:13 -05:00
|
|
|
if buildCssPath
|
2018-03-29 10:35:14 -04:00
|
|
|
link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css"))
|
2016-03-21 07:55:59 -04:00
|
|
|
link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")
|
2017-03-01 06:22:31 -05:00
|
|
|
body.full-height
|
|
|
|
.content.full-height
|
|
|
|
.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.
|
|
|
|
p.error-description Our staff are probably looking into this, but if it continues, please contact us at #{settings.adminEmail}
|
2018-03-29 10:35:14 -04:00
|
|
|
a.error-btn(href="/") Home
|