thelounge/client/templates/network.tpl

6 lines
123 B
Smarty
Raw Normal View History

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