svelte/test/compiler/each-block-text-node/main.html

4 lines
52 B

{{#each animals as animal}}
({{animal}})
{{/each}}