4 lines
105 B

{#each items as item}
<div><input bind:value='item.description'><p>{item.description}</p></div>
{/each}