I've found this topic, which talks about Pystache, and I've seen a few bindings on Github for other engines but I'm confused on how to get Cheetah to work with Pyramid. Any pointers or what the code might look like?
Asked
Active
Viewed 168 times
2
-
Have you looked at the existing [documentation](http://pyramid.readthedocs.org/en/latest/narr/renderers.html#adding-and-changing-renderers) and implementations for [Chameleon (ZPT version)](https://github.com/Pylons/pyramid/blob/master/pyramid/chameleon_zpt.py), [Mako](https://github.com/Pylons/pyramid/blob/master/pyramid/mako_templating.py) and [Jinja2](https://github.com/Pylons/pyramid_jinja2/tree/master/pyramid_jinja2)? – Martijn Pieters Feb 08 '13 at 13:50