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 much as the next person (really, I do) but...

My first experiences with the Django template system were I think
quite similar to yours in that initially felt that it was too simple
and restrictive.  However, as I started focusing more and more on
separation of concerns the templating became less and less of a
problem.

I eventually found that I was almost always better off (usually from a
maintenance perspective) doing the things I felt I wanted to do in the
templates further up the pipeline instead.

--
Regards,
Wayne
Blog: http://www.wkoorts.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to