Kevin Dangoor wrote:
Thanks. I missed that part of the "Getting started with TurboGears" page. I re-read it this morning and saw that. Works like a charm.http://www.turbogears.org/docs/gettingstarted.html#templatechoice return dict(tg_template="myproject.templates.mytemplate", ...) If you call another method that uses a different template, that method's template will be rendered out.
-Steve

