Hello everybody,
I'm new to TurboGears. I'm coming from a Django development environment. So the problem is that I want to send a python list from my controllers to the kid template. This list contains links (<a> tags). But all I can get as an output is the string not a valid <a> tag, I mean: Controllers: [<a href=somesite.com>somesite</a>] Kid Template displays: <a href=somesite.com>somesite</a> (a string) Can anyone help me? Regards, Roberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

