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