<%- include('../partials/post-nav', { newerPost: (typeof newerPost !== 'undefined' ? newerPost : null), olderPost: (typeof olderPost !== 'undefined' ? olderPost : null) }) %>
Downloads
Gratis te downloaden — laat je e-mailadres achter en je krijgt het bestand.
<% if (!ts.length) { %>
Er staan momenteel geen downloads klaar.
<% } else { %>
<% ts.forEach(function(t){ %>
-
<% if (t.cover_url) { %><% } else { %>♪<% } %>
<%= t.title %>
<% if (t.artist) { %><%= t.artist %><% } %>
⬇ Download
<% }); %>
<% } %>