summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/templates.rst9
1 files changed, 9 insertions, 0 deletions
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
+ <http://svn.repoze.org/repoze.bfg.jinja2/trunk/>`_ for an example
+ of one such package. This particular one creates
+ :mod:`repoze.bfg`-style bindings for the `Jinja2
+ <http://jinja.pocoo.org/2/documentation>`_ templating system.
+
+