6 lines
107 B
Handlebars
6 lines
107 B
Handlebars
<h1>{{message}}</h1>
|
|
|
|
<h2>{{error.status}}</h2>
|
|
{{#if error.stack}}
|
|
<pre>{{error.stack}}</pre>
|
|
{{/if}}
|