express-template/views/error.hjs

4 lines
80 B
Plaintext

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