2017-08-23 21:21:15 +02:00
|
|
|
<div class="wrapper">
|
|
|
|
{{> topBar}}
|
|
|
|
<div>
|
|
|
|
<h3>{{this.channelName}}</h3>
|
2017-09-11 20:09:38 +02:00
|
|
|
<p>Below is all the free content in this channel.</p>
|
2017-08-23 21:21:15 +02:00
|
|
|
{{#each channelContents}}
|
2017-09-11 20:09:38 +02:00
|
|
|
{{> contentListItem}}
|
2017-08-23 21:21:15 +02:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
|
|
{{> footer}}
|
2017-09-02 03:54:27 +02:00
|
|
|
</div>
|