hardlounge/client/templates/network.tpl
2014-09-24 12:42:36 -07:00

6 lines
123 B
Smarty

{{#each networks}}
<section id="network-{{id}}" class="network" data-id="{{id}}">
{{partial "chan"}}
</section>
{{/each}}