templating system

David Asorey ?lvarez forodejazz at gmail.com
Thu Apr 14 08:08:18 EDT 2005


Ksenia Marasanova <ksenia.marasanova at gmail.com> wrote in message news:<mailman.1644.1113148510.1799.python-list at python.org>...
> 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.



More information about the Python-list mailing list