Shuo/client/templates/network.tpl

6 lines
106 B
Smarty

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