Skip to content

for(integer)

Compare
Choose a tag to compare
@justinbmeyer justinbmeyer released this 23 Dec 03:18
· 2 commits to master since this release

PR: #709

This enables for loops to loop through numbers:

{{# for(this.count) }}
  {{ scope.index }}
{{/ for }}