Hi all!
I'm new to web.py and web development in general. I'm building my site
just to get familiar with web.py and mako templates in general. I'd
like to organize site this way:

pageA_class  --> templateA_render --> template_A
==inherits==>template_Layout ==inherits==>template_Base

at the same time:
template_Layout == includes ==>template_Sidebar

Template "sidebar.html" need some data to be computed before it could
render anything.  What is the best way to call that computation from
template? I don't want to write computation procderue in template
itself, from my point of view that's not an MVC way I'd like to
follow.

Thanks for any advice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to