spee.ch/views/channel.handlebars

9 lines
244 B
Handlebars
Raw Normal View History

2017-09-29 11:59:53 -07:00
{{> topBar}}
<div>
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.longChannelId}}</span></h3>
<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>