Hello, I wonder, how do people approach the task of creating (template-based) e-mail messages with TurboGears? I used to use rather elaborate solution based on XSLT and now about updating it substituting XSLT logic with Kid but I'd like to explore other and may be better alternatives.
Main goals: template-based e-mail creation; approachable logic embedded within the template; ease of localizing into different languages.

