spee.ch/views/channel.handlebars
2017-10-02 16:45:57 -07:00

9 lines
273 B
Handlebars

{{> topBar}}
<div class="row row--full-height">
<h2>{{this.channelName}}<span class="h2--secondary">:{{this.longChannelId}}</span></h2>
<p>Below is all the free content in this channel.</p>
{{#each this.claims}}
{{> contentListItem}}
{{/each}}
</div>