{#each suggestions as sug}
{sug.title} - {sug.artist}
{ vote(1, sug.uuid) }}>+1
{sug.upvote}
{ vote(-1, sug.uuid) }}>-1
{/each}