{#if suggestions.length == 0}
No suggestions yet! Try to add a new one using the
Add
button
{/if} {#each suggestions as sug, idx}
{sug.title}
{sug.artist}
{ vote(idx, 1, sug.uuid) }}>
{sug.upvote}
{ vote(idx, -1, sug.uuid) }}>
{/each}