mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-04-13 23:47:48 +02: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}}
|