{{#each [ 'a', 'b', 'c' ] as letter}}
	<p>{{letter}}</p>
{{/each}}