Re: about template extension

2006-03-19 Thread gismo
>But there is no editor can deal with django template, so .html maybe >the most suitable file extension. I meant this exactly. People can write an extension but how. especially for unix world, people use emacs, and vi , and adding a new extension is very common. Take this there is extensions for r

Re: about template extension

2006-03-19 Thread gismo
I know I can change the extension. But there is a lot of editors, people write some extension for them, and only way to handle file type is the extensions. Everytime template act like html but you have some codes inside of it and when you use editors you need some special approach to special file

about template extension

2006-03-19 Thread gismo
rails, but python is more closer language to me and I want to stick on a python based framework. But I have some critics. First, about your templating language. It could be more elegant, <%= someting.id %> is more elegant than {{ someting.id }} and more readable. regards,