Karl O. Pinc
2014-05-16 0c93ced088dda7ba6bf21233f5de07c54c916c5b
Docs: narr/templates.rst: Doc default extensions of each template system.
1 files modified
18 ■■■■ changed files
docs/narr/templates.rst 18 ●●●● patch | view | raw | blame | history
docs/narr/templates.rst
@@ -450,15 +450,15 @@
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_                |
+------------------------------+------------------------------+
+---------------------------+----------------------------+--------------------+
| Template Language         | Pyramid Bindings           | Default Extensions |
+===========================+============================+====================+
| Chameleon_                | pyramid_chameleon_         | .pt, .txt          |
+---------------------------+----------------------------+--------------------+
| Jinja2_                   | pyramid_jinja2_            | .jinja2            |
+---------------------------+----------------------------+--------------------+
| Mako_                     | pyramid_mako_              | .mak, .mako        |
+---------------------------+----------------------------+--------------------+
.. _Chameleon: http://chameleon.readthedocs.org/en/latest/
.. _pyramid_chameleon: https://pypi.python.org/pypi/pyramid_chameleon