akdubya / dustjs

Asynchronous templates for the browser and node.js
http://akdubya.github.com/dustjs/
MIT License
1.44k stars 131 forks source link

support for alternate row colors? #45

Open kontrafiktion opened 12 years ago

kontrafiktion commented 12 years ago

Are alternate row (colors, classes, etc.) supported for arrays?

PS: is there a user forum/mailing list?

vybs commented 12 years ago

Yes, we can do it with a @idx helper

See here

https://github.com/linkedin/dustjs

JSON : {"skills": ["jasmine", "qunit", "javascript"]} {#skills}

  • {.}
  • {/skills}