spee.ch/views/channel.handlebars

12 lines
292 B
Handlebars
Raw Normal View History

2017-08-23 21:21:15 +02:00
<div class="wrapper">
{{> topBar}}
<div>
2017-09-29 01:45:14 +02:00
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.longChannelId}}</span></h3>
<p>Below is all the free content in this channel.</p>
2017-09-28 19:51:02 +02:00
{{#each this.claims}}
{{> contentListItem}}
2017-08-23 21:21:15 +02:00
{{/each}}
</div>
{{> footer}}
2017-09-02 03:54:27 +02:00
</div>