mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-14 19:32:19 +01:00
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems. Fixes #1286
6 lines
87 B
HTML
6 lines
87 B
HTML
{{!< layout}}
|
|
|
|
{{#contentFor 'content'}}
|
|
<section ui-view></section>
|
|
{{/contentFor}}
|