A template begins with a line like this:

$def with (name, title, company='BigCo')

which declares that the template takes those arguments. (The with keyword is
special, like def or if.)


Can we skip

$def with (name, title, company='BigCo')

and pass all local variables to the template
thanks

--~--~---------~--~----~------------~-------~--~----~
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