Re: [nodejs] Looping and creating divs

2012-08-16 Thread Bob Wohl
:18 PM, Tim Caswell t...@creationix.com wrote: It depends on what you're doing. If you're writing an http web server and want to serve generated html using jade in node, then use jade's loop constructs to generate the appropriate html. On Thu, Aug 16, 2012 at 12:13 PM, Bob Wohl bob.w

Re: [nodejs] Looping and creating divs

2012-08-16 Thread Bob Wohl
at 3:22 PM, Bob Wohl bob.w...@gmail.com wrote: Hi Tim, Thats exactly what I am doing and thats exactly what I am posting about. Looking at Jade's loop documentation, all it shows is each yet I see people mentioning using for loop iterations yet it is not in the jade docs. So here I am, asking