>
> Of course *I* like Python code. But what about giving access to the
> templates/views where we do not want to grant access to the internals of
> the server via system calls. ie,
>
> {{
> import os
> os.popen('...')
> }}
>
> Can this be safer?
>The templates are run on the server side -- if someone has access to them, they also have access to controllers and the rest of the server. What problem do you anticipate? Anthony --

