mailtrain/server/views/error.hbs
Tomas Bures 2edbd67205 New project structure
Beta of extract.js for extracting english locale
2018-11-18 15:38:52 +01:00

6 lines
107 B
Handlebars

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