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 b79b0cc168
commit 1255940682
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>