2010/2/18 Ken <[email protected]>: > I did like this: > > #code.py > web.template.Template.globals['render'] = render > > #index.html > $:render.header() > <p>some html </p> > $:render.foot()
Personally, I don't like this because it shoves up your template more than it needs. -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- 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.
