mirror of https://github.com/sveltejs/svelte
4 lines
67 B
4 lines
67 B
8 years ago
|
{{#each [ 'a', 'b', 'c' ] as letter}}
|
||
|
<p>{{letter}}</p>
|
||
|
{{/each}}
|