Yves Glodt wrote:
> I need this (invalid example-html follows):
>
> <html>
> <h1>title of page</h1>
>
> <?py
>
> import time
>
> print "<p>Hello, today is: %s</p>" % (time.ctime())
>
> ?>
>
> </html>
Cheetah template ?

But I like Kid better as I don't want python in HTML, Kid IMO strikes
the balance between python feature and XHTML so the template is still
readable by any XHTML editors.

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

Reply via email to