8 lines
273 B
Handlebars
8 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>
|