31b4ed7a6d
This is a few combined iterations on the DAS feature.
4 lines
80 B
Handlebars
4 lines
80 B
Handlebars
{{#each this.rows key=this.key as |row index|}}
|
|
{{yield row index}}
|
|
{{/each}}
|