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