spee.ch/views/channel.handlebars

12 lines
232 B
Handlebars
Raw Normal View History

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