4 lines
87 B

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