mirror of
https://github.com/thelounge/thelounge
synced 2025-03-08 00:57:19 +00:00
5 lines
240 B
Smarty
5 lines
240 B
Smarty
{{#each networks}}
|
|
<section id="network-{{id}}" class="network name-{{slugify name}} network-{{slugify serverOptions.NETWORK}}" data-id="{{id}}" data-nick="{{nick}}" data-options="{{tojson serverOptions}}">
|
|
{{> chan}}
|
|
</section>
|
|
{{/each}}
|