mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-16 04:12:19 +01:00
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems. Fixes #1286
11 lines
283 B
HTML
11 lines
283 B
HTML
{{!< layout}}
|
|
|
|
{{#contentFor 'content'}}
|
|
<h1>Page Not Found</h1>
|
|
<div class="alert alert-danger" role="alert">
|
|
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
|
<span class="sr-only">Error:</span>
|
|
{{url}} is not a valid path.
|
|
</div>
|
|
{{/contentFor}}
|