Re: Picky templating

2009-03-31 Thread Chris O'Donnell
Thanks – I'll post back here if it works out for me. And probably if it doesn't. But it will, right? :-) On Mar 31, 4:58 pm, Malcolm Tredinnick wrote: > On Wed, 2009-04-01 at 10:57 +1100, Malcolm Tredinnick wrote: > > On Tue, 2009-03-31 at 16:51 -0700, Chris O'Donnell wrote: > > > Hello all, > >

Re: Picky templating

2009-03-31 Thread Malcolm Tredinnick
On Wed, 2009-04-01 at 10:57 +1100, Malcolm Tredinnick wrote: > On Tue, 2009-03-31 at 16:51 -0700, Chris O'Donnell wrote: > > Hello all, > > > > Here's my dilemma: I want every fourth item displayed using a {% for > > %} loop to be rendered using a different block of HTML. This want is > > specifi

Re: Picky templating

2009-03-31 Thread Malcolm Tredinnick
On Tue, 2009-03-31 at 16:51 -0700, Chris O'Donnell wrote: > Hello all, > > Here's my dilemma: I want every fourth item displayed using a {% for > %} loop to be rendered using a different block of HTML. This want is > specific to a CSS framework I'm using, Blueprint CSS. Any of you that > use it a