4 lines
81 B

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