mailtrain/views/error.hbs
2016-04-04 15:36:30 +03:00

6 lines
107 B
Handlebars

<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
{{#if error.stack}}
<pre>{{error.stack}}</pre>
{{/if}}