{#each displaySongs as song, i} {#if song.name != ""}
Song cover {#if i === 1}

{song.name}

{/if}
{:else}
{/if} {/each}