Answers for "dashbars detect first loop"

0

dashbars detect first loop

{{#each myarray}}
	{{#if (-equal? @index 0) }}
		First loop output
    {{else}}
    	second loop and on
	{{/if}}
{{/each}}
Posted by: Guest on March-01-2021

Browse Popular Code Answers by Language