Les barres de tableau de bord détectent la première boucle
{{#each myarray}}
{{#if (-equal? @index 0) }}
First loop output
{{else}}
second loop and on
{{/if}}
{{/each}}
TechNyquist