Simple Web Templating system with execution in templates

Ksenia Marasanova ksenia at ksenia.nl
Tue Sep 7 16:50:28 EDT 2004


> Does anyone have any recommendations for simple web templating systems 
> for
> python that also allow execution of python code within the the 
> templates
> themselves ?
>
> So far I'm using Albatross, and it's nice, though it would be nicer 
> still if
> it had proper support for 'code tags' ala <? ?>.

The following templating system is definatelly not what you described 
:-), but it allows you to use 'normal' Python with templates (and that 
is probably what you really want):
http://freespace.virgin.net/hamish.sanderson/htmltemplate.html

Ksenia.





More information about the Python-list mailing list