spee.ch/views/allClaims.handlebars

13 lines
547 B
Handlebars
Raw Normal View History

2017-06-10 01:46:57 +02:00
<h3>All Claims</h3>
<p>These are all the free, public assets at that claim. You can publish more at <a href="/">spee.ch</a>.</p>
{{#each claims}}
<hr>
<img class="all-claims-img" src="https://spee.ch/{{this.name}}/{{this.claim_id}}" />
<p>claim_id: {{this.claim_id}}</p>
<p>direct link <a href="https://spee.ch/{{this.name}}/{{this.claim_id}}">here</a></p>
<p>author: {{this.value.stream.metadata.author}}</p>
<p>description: {{this.value.stream.metadata.description}}</p>
<p>license: {{this.value.stream.metadata.license}}</p>
{{/each}}