Pending tasks

{#each tasks.filter(t => !t.done) as task}

{task.description}

{/each}