From 5d906eae19891ba8074a233d167cb371fe89deb0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 30 Aug 2008 19:06:44 +0000 Subject: --- docs/narr/templates.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 9fc6dd42a..80b530a8c 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -120,3 +120,12 @@ installed, here's an example of using Mako from within a response = Response(result) return response +.. note:: It's reasonably easy to write custom templating system + binding packages for use under :mod:`repoze.bfg`. See + `repoze.bfg.jinja2 + `_ for an example + of one such package. This particular one creates + :mod:`repoze.bfg`-style bindings for the `Jinja2 + `_ templating system. + + -- cgit v1.2.3