Started work on fetching frontpage-lists at the same time as sending the html

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-08 22:21:53 +02:00
parent 5cd8cd5864
commit 689bc85a62
6 changed files with 99 additions and 36 deletions

View File

@@ -1,5 +1,9 @@
<div id="channel-list-container">
<ul class="row" id="channels">
{{> frontpage/channel}}
{{#each channels}}
{{#if frontpage}}
{{> frontpage/channel}}
{{/if}}
{{/each}}
</ul>
</div>