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