diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-05 22:57:46 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-05 22:57:46 -0500 |
| commit | b9ce00bee0b6f1f5b0174960f2087a418c1488a7 (patch) | |
| tree | 185b988d17e582c4e64fe3da63be511d5797122a /docs/narr/templates.rst | |
| parent | 7a60e44961309f5453fba84c7f606af6b19ab096 (diff) | |
| download | pyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.tar.gz pyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.tar.bz2 pyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.zip | |
move templating bindings back into the templating chapter
Diffstat (limited to 'docs/narr/templates.rst')
| -rw-r--r-- | docs/narr/templates.rst | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 46d836813..af8f9150a 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -456,16 +456,33 @@ application's configuration section, e.g.: .. index:: single: template system bindings + single: Chameleon single: Jinja2 + single: Mako .. _available_template_system_bindings: Available Add-On Template System Bindings ----------------------------------------- -Jinja2 template bindings are available for :app:`Pyramid` in the -``pyramid_jinja2`` package. You can get the latest release of -this package from the -`Python package index <http://pypi.python.org/pypi/pyramid_jinja2>`_ -(pypi). +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 |
