2020-04-01 11:07:59 -04:00
|
|
|
doctype html
|
|
|
|
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
|
|
|
head
|
|
|
|
title Something went wrong
|
2021-01-05 05:56:27 -05:00
|
|
|
link(rel="icon", href="/favicon.ico")
|
2020-04-01 11:07:59 -04:00
|
|
|
if buildCssPath
|
|
|
|
link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
|
|
|
|
|
|
|
|
body.full-height
|
|
|
|
.content.content-alt.full-height
|
|
|
|
.container.full-height
|
|
|
|
.error-container.full-height
|
|
|
|
.error-details
|
|
|
|
p.error-status I'm sorry, Dave. I'm afraid I can't do that.
|
|
|
|
p.error-description(ng-non-bindable) There was a problem with your latest request
|
|
|
|
if(message)
|
|
|
|
|: #{message}
|
|
|
|
|.
|
|
|
|
br
|
|
|
|
| Please go back and try again.
|
|
|
|
p.error-description(ng-non-bindable)
|
|
|
|
| If the problem persists, please contact us at
|
|
|
|
|
|
|
|
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
|
|
|
|
| .
|
|
|
|
a.error-btn(href="javascript:history.back()") Back
|
|
|
|
|
|
|
|
|
a.btn.btn-default(href="/") Home
|