Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dashbars detect first loop

{{#each myarray}}
	{{#if (-equal? @index 0) }}
		First loop output
    {{else}}
    	second loop and on
	{{/if}}
{{/each}}
 
PREVIOUS NEXT
Tagged: #dashbars #detect #loop
ADD COMMENT
Topic
Name
5+6 =