Top "Eco" questions

Embedded Coffeescript (ECO) templates lets you embed coffeescript directly in your templates.

Getting the loop index in an eco template

Is it possible to get the current loop index using the eco template engine? For example in Jinja2 you can …

coffeescript eco
Counting down in a loop to zero by the number being given

I am trying to write a while loop to determine the number is being given to count down to 0. Also, …

bash shell unix if-statement eco