13 lines
547 B
Handlebars
13 lines
547 B
Handlebars
|
<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}}
|