express-template/views/error.hjs

4 lines
80 B
Plaintext
Raw Permalink Normal View History

2021-06-19 09:55:58 +00:00
<h1>{{ message }}</h1>
<h2>{{ error.status }}</h2>
<pre>{{ error.stack }}</pre>