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