> One more question
> Can anyone explain what is the significance of
> render._keywords['globals']['render'] = render
> at
> http://webpy.org/skeleton/0.3
>
> in view.py

I guess It gives you access to your render instance from within template files.
This gives ability to organize template snippets.

Look through templates/listing.html and templates/item.html files at
http://webpy.org/skeleton/0.3

-- 
Best regards,
Sergei Sadovski

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to