On Mon, May 11, 2009 at 6:29 AM, Primoz Anzur <[email protected]> wrote: > > I have a question; Is it possible to include other templates in the web.py > templating system? In the way, that 'include' does in PHP? If so, how?
One method I know if, is to render one template and pass it as a variable to another. Example: return render.index(header=render.header()) > > -- > http://www.wolfhowlmedia.com > > > -- Arnaldo M Pereira --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
