chris seberino wrote: > How display that HTML page if it is bound to a Python string variable? > > (It seems a little messy/error prone/incorrect to pass the entire HTML > page into a Kid template as a parameter.)
You would expose your method without specifying any template, and just return the string. > What if HTML page was in a *file* called myfile.html ??? Then you should put it in the static folder. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

