Chris McDonough wrote:
> Although I've been trying to follow this thread, I'm finding it  
> difficult to get a handle on what is meant to *call* the template API  
> (e.g. what typically calls "render" in Ian's ITemplatePlugin  interface 
> at http://svn.pythonpaste.org/home/ianb/templateapi/ interface.py)?  Is 
> the framework meant to call "render"?

Yes, it would be the framework.  There shouldn't need to be too much 
code between the framework and application code, but at least a little 
(e.g., to create a find_resource/find_template callable).  The framework 
will probably also load the template plugins.

-- 
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to