spee.ch/views/channel.handlebars

9 lines
273 B
Handlebars
Raw Normal View History

2017-09-29 11:59:53 -07:00
{{> topBar}}
2017-10-02 11:47:12 -07:00
<div class="row row--full-height">
2017-10-02 16:45:57 -07:00
<h2>{{this.channelName}}<span class="h2--secondary">:{{this.longChannelId}}</span></h2>
2017-09-29 11:59:53 -07:00
<p>Below is all the free content in this channel.</p>
{{#each this.claims}}
{{> contentListItem}}
{{/each}}
2017-09-01 18:54:27 -07:00
</div>