summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-05 00:35:41 -0500
committerMichael Merickel <michael@merickel.org>2013-09-05 00:35:41 -0500
commit6f2d0468856b2a3ca84cb22c379196298b2399ea (patch)
treee58a7a382b2fdaad39c684a4ac3cdeb03f5dab3b /docs
parent004d847fe87424f187a920086cb8b9baa8b41b42 (diff)
downloadpyramid-6f2d0468856b2a3ca84cb22c379196298b2399ea.tar.gz
pyramid-6f2d0468856b2a3ca84cb22c379196298b2399ea.tar.bz2
pyramid-6f2d0468856b2a3ca84cb22c379196298b2399ea.zip
add a section mentioning external template bindings
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/renderers.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index dd67c779c..21c59c06a 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -364,6 +364,31 @@ The same custom-object serialization scheme defined used for a "normal" JSON
renderer in :ref:`json_serializing_custom_objects` can be used when passing
values to a JSONP renderer too.
+Available Add-On Template System Bindings
+-----------------------------------------
+
+The Pylons Project maintains several packages providing bindings to different
+templating languages including the following:
+
++------------------------------+------------------------------+
+| Template Language | Pyramid Bindings |
++==============================+==============================+
+| Chameleon_ | pyramid_chameleon_ |
++------------------------------+------------------------------+
+| Jinja2_ | pyramid_jinja2_ |
++------------------------------+------------------------------+
+| Mako_ | pyramid_mako_ |
++------------------------------+------------------------------+
+
+.. _Chameleon: http://chameleon.readthedocs.org/en/latest/
+.. _pyramid_chameleon: https://pypi.python.org/pypi/pyramid_chameleon
+
+.. _Jinja2: http://jinja.pocoo.org/docs/
+.. _pyramid_jinja2: https://pypi.python.org/pypi/pyramid_jinja2
+
+.. _Mako: http://www.makotemplates.org/
+.. _pyramid_mako: https://pypi.python.org/pypi/pyramid_mako
+
.. index::
single: response headers (from a renderer)
single: renderer response headers