Ksenia Marasanova <[EMAIL PROTECTED]> wrote in message news:<[EMAIL 
PROTECTED]>...
> Hi,
> 
> I am looking for fast, simple templating system that will allow me to
> do the following:
> - embed Python code (or some templating code) in the template
> - generate text output (not only XML/HTML)
> 
> I don't need a framework (already have it), but just simple
> templating. The syntax I had in mind is something like that:
> ...

Have you tried cherrytemplate?. It is designed for using with
cherrypy, but it can be easily used alone.

http://cherrytemplate.python-hosting.com/

-- 
David.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to