Hi, I have a very simple question
How do I put parallel variables in the same container using genshi templates
?
I have a list of widgets [wg1,wg2...,] and i need to make my template looks
like this:
<div>
${wg1.display()}
${wg2.display()}
.
.
.
</div>
using py:for inside a tag will create a new tag for each cycle, and i don't
want that, i need they be in the same container.
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---