Re: Using Mako as a templating language

2010-03-30 Thread Wayne Koorts
Hi Colin, >>> Or any other templating language that's a bit looser in allowing a bit >>> of logic to mix in with the presentation layer? >> >> http://kid-templating.org/ > > Hasn't kid been superseded by genshi? Firstly I'll say that I hate answers which say "don't try to do what you're doing" as

Re: Using Mako as a templating language

2010-03-30 Thread Masklinn
On 30 mars 2010, at 08:42, Romain Gaches wrote: Le 28 mars 2010 à 18:34, Colin a écrit : Or any other templating language that's a bit looser in allowing a bit of logic to mix in with the presentation layer? http://kid-templating.org/ Hasn't kid been superseded by genshi? -- You receive

Re: Using Mako as a templating language

2010-03-29 Thread Romain Gaches
Le 28 mars 2010 à 18:34, Colin a écrit : > > Or any other templating language that's a bit looser in allowing a bit > of logic to mix in with the presentation layer? http://kid-templating.org/ -- Romain Gaches -- You received this message because you are subscribed to the Google Groups "

Re: Using Mako as a templating language

2010-03-29 Thread Russell Keith-Magee
On Mon, Mar 29, 2010 at 12:34 AM, Colin wrote: > After struggling with Django's templating language for a while, I > decided I wanted to switch to something with a bit more power. In > particular, I liked what I saw of Mako (being able to instantiate new > variables, and write functions for subrou

Re: Using Mako as a templating language

2010-03-29 Thread Simone Orsi
Hi, On 03/28/2010 06:34 PM, Colin wrote: > Or any other templating language that's a bit looser in allowing a bit > of logic to mix in with the presentation layer? > http://mockit.blogspot.com/2010/02/using-chameleon-in-django.html -- You received this message because you are subscribed to the

Re: Using Mako as a templating language

2010-03-29 Thread Javier Guerra Giraldez
On Sun, Mar 28, 2010 at 12:34 PM, Colin wrote: > Or any other templating language that's a bit looser in allowing a bit > of logic to mix in with the presentation layer? PHP -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Using Mako as a templating language

2010-03-28 Thread Colin
After struggling with Django's templating language for a while, I decided I wanted to switch to something with a bit more power. In particular, I liked what I saw of Mako (being able to instantiate new variables, and write functions for subroutines like making a row or something). After some googl