spee.ch/views/channel.handlebars
2017-09-11 11:09:38 -07:00

12 lines
232 B
Handlebars

<div class="wrapper">
{{> topBar}}
<div>
<h3>{{this.channelName}}</h3>
<p>Below is all the free content in this channel.</p>
{{#each channelContents}}
{{> contentListItem}}
{{/each}}
</div>
{{> footer}}
</div>