There really wasn't an easy way to do this prior to 0.3. One way is
this:
render = render.templates('templates/')
and then in your handles:
def GET(self):
...
return render.base(render.foo())
and then create the base.html and foo.html like the cookbook says.
On Oct 27, 3:16 pm, tmallen <[EMAIL PROTECTED]> wrote:
> How is this done prior to 0.3?
>
> Thomas
>
> On Oct 27, 3:08 pm, "Aaron Swartz" <[EMAIL PROTECTED]> wrote:
>
> > The cookbook is for 0.3.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---