Shuo/client/templates/network.tpl

6 lines
123 B
Smarty
Raw Normal View History

2014-08-25 23:13:47 +00:00
{{#each networks}}
2014-09-24 19:42:36 +00:00
<section id="network-{{id}}" class="network" data-id="{{id}}">
2014-08-25 23:13:47 +00:00
{{partial "chan"}}
</section>
{{/each}}