mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-16 12:22:26 +01:00
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems. Fixes #1286
9 lines
104 B
HTML
9 lines
104 B
HTML
{{!< layout}}
|
|
|
|
{{#contentFor 'content'}}
|
|
<h1>Server Error</h1>
|
|
<pre>
|
|
{{error}}
|
|
</pre>
|
|
{{/contentFor}}
|