There's a couple things that seem weird to me in the template API.
* What's up with the use of module names? Since they aren't really Python files anyway, and you also need __init__.py files.
* There should really really be a search path for templates. That doesn't fit well with the modules either.
* I'm confused what the purpose of .load_template() is. Or what it should return.
* Where is the TurboCheetah repository? Can you put an svn link (with #egg=TurboCheetah-dev) on the cheese shop page?
-- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org

