mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
10 lines
221 B
Handlebars
10 lines
221 B
Handlebars
<div id="channel-list-container">
|
|
<ul class="row" id="channels">
|
|
{{#each channels}}
|
|
{{#if frontpage}}
|
|
{{> frontpage/channel}}
|
|
{{/if}}
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|