{title}
{tasks.length}
{#if tasks.length === 0}
Drop tasks here
{:else} {#each tasks as task (task.id)}
handleDragStart(e, task)}>
{/each} {/if}