Simple Web Templating system with execution in templates

William Park opengeometry at yahoo.ca
Tue Sep 7 18:33:21 EDT 2004


Chris Stiles <to83-t7cw at spamex.com> wrote:
> 
> Hi --
> 
> 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 <? ?>.

Perhaps, you can have a look at shell template called BASP:
    http://freshmeat.net/projects/basp/
Essentially, you would be embedding shell script, in it, you would put
Python code.  Or, you can modify the code to run Python directly.

-- 
William Park <opengeometry at yahoo.ca>
Open Geometry Consulting, Toronto, Canada



More information about the Python-list mailing list