thelounge/client/templates/network.tpl
2014-08-25 16:13:47 -07:00

6 lines
106 B
Smarty

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