Files
meanTorrent/modules/core/server/views/500.server.view.html
Liran Tal f6e579765f feat(express): introducing handlebars nodejs template system (#1461)
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems.
Fixes #1286
2016-08-29 08:32:21 +03:00

9 lines
104 B
HTML

{{!< layout}}
{{#contentFor 'content'}}
<h1>Server Error</h1>
<pre>
{{error}}
</pre>
{{/contentFor}}