2017-09-10 01:41:22 -04:00
|
|
|
extends ./master.pug
|
2016-08-16 23:56:08 -04:00
|
|
|
|
2017-09-10 01:41:22 -04:00
|
|
|
block body
|
2017-02-09 21:35:37 -05:00
|
|
|
body(class='is-error')
|
|
|
|
.container
|
2017-09-10 01:41:22 -04:00
|
|
|
a(href='/'): img(src=config.site.path + '/images/logo.png')
|
2017-02-09 21:35:37 -05:00
|
|
|
h1= message
|
2017-05-02 21:00:58 -04:00
|
|
|
h2= t('errors:generic')
|
2017-09-10 01:41:22 -04:00
|
|
|
a.button.is-amber.is-inverted.is-featured(href=config.site.path+ '/')= t('errors:actions.gohome')
|
2016-08-23 00:25:36 -04:00
|
|
|
|
2017-02-09 21:35:37 -05:00
|
|
|
if error.stack
|
2017-05-02 21:00:58 -04:00
|
|
|
h3= t('errors:debugmsg')
|
2017-02-09 21:35:37 -05:00
|
|
|
pre: code #{error.stack}
|