Smorgasbord is a universal templating front end for Python. That is, a common
interface to Mako/Genshi/Cheetah/Kid/etc. It's a reimplementation of Buffet
(the template front end in Pylons and TurboGears), with a new API that fixes
scalability limitations. It may merge with a future version of Buffet someday.
Documentation is in the README and on the
`website
This is an early alpha release for testing and feedback. It's not recomended
for production use at this time.
Smorgasbord is pure Python and should run on Python 2.5 and 2.4 on all
platforms.