svelte/test/sourcemaps/samples/each-block/input.html

3 lines
52 B

{{#each foo as bar}}
<span>{{bar}}</span>
{{/each}}