This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/views/error.dust

11 lines
111 B
Plaintext

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