w
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

score-item.mtpl
text/plain

Download raw (306 bytes)

<a class="item__title" href="/partitions/<%- id %>"><%- title %></a> &mdash;

<span class="item__meta">
<% if (score_author) { %> par <%- score_author %>, <% } %>
le <%- humanDate %>


<% if (tags.length) { %> <br> <% } %>
<% for (var i = 0; i < tags.length; i++) { %> 
    #<%- tags[i] %>
<% } %>
</span>