I'm using the "current directory" feature of the expose function:
@turbogears.expose(html=".templates.modify")
Works like a hot darn - especially as these templates are not part of my main
project, but another module being "mounted" under my project. The actual
path to the modify template will vary from installation to installation.
- Matthew

