spee.ch/views/channel.handlebars
2017-09-28 10:51:02 -07:00

11 lines
293 B
Handlebars

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