meteor-jade-handlebars
meteor-jade-handlebars copied to clipboard
in #each loops @index doesn't function
{{@index}}
will crash my app when placed inside
{{#each images}}
{{> image}}
{{/each}}
+1
+1, really need an index. How does one grab it?
:+1: