Files
zoff/server/public/partials/frontpage/channels.handlebars
Kasper Rynning-Tønnesen 3fbfb6c12f Moved to more partials
2017-10-17 13:56:46 +02:00

6 lines
118 B
Handlebars

<div id="channel-list-container">
<ul class="row" id="channels">
{{> frontpage/channel}}
</ul>
</div>