> <html>
>  <head>
>   <title>$title</title>
>  </head>
>  <body>
>  #if user
>   hello $user/name
>  #else
>   hello guest
>  #endif
>  </body>
> </html>

This example code would work in cheetah with only 2 changes...

www.cheetahtemplate.org

Pete

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

Reply via email to