mailtrain/obsolete/views/error.hbs
Tomas Bures c85f2d4440 Obsoleting some old files
Transition to SPA-style client
Basis for Mosaico template editor
2018-02-25 20:54:15 +01:00

6 lines
107 B
Handlebars

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