bifocal/node_modules/gscan/app/tpl/error.hbs

12 lines
402 B
Handlebars

<div class="inner">
<header class="gh-header">
<h4 class="pricing-subheader center-text">Uh-Oh, There was an error.</h4>
</header>
<section class="center-text">
<p>{{message}}</p>
<p>{{context}}</p>
<p>{{details}}</p>
<p>{{stack}}</p>
<p>Please visit our <a href="https://forum.ghost.org/">forum</a> and let us know!</p>
</section>
</div>