Login to your account |
Other Options |
Is the unexamined life worth living?
" I think allowing Python code directly in a template is a good thing, and in fact, I refuse to use any templating engine that does not allow it. I believe in the MVC paradigm, and being able to put code directly into your View keeps a lot of garbage [...] " - in Practicality versus Purity in Python templates
" A ha! You forget about kid, which compiled your template into a .pyc which was in fact readable by a python interpreter. I dont know whether or not Genshi does this... " - in Practicality versus Purity in Python templates
" As far as I know genshi does not make it hard to put code in your module. Perhaps you could explain what you mean by this. " - in Practicality versus Purity in Python templates