spee.ch/views/channel.handlebars

9 lines
273 B
Handlebars
Raw Normal View History

2017-09-29 20:59:53 +02:00
{{> topBar}}
2017-10-02 20:47:12 +02:00
<div class="row row--full-height">
2017-09-29 20:59:53 +02:00
<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-02 03:54:27 +02:00
</div>