Skip to content

Commit

Permalink
List more.mako under pluggable template languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Sep 9, 2016
1 parent 8c807d5 commit bf1a390
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/compared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,18 +245,22 @@ Pluggable template languages
Some micro-frameworks like Flask and Bottle and web.py have template
languages built-in, some, like CherryPy and the Werkzeug toolkit,
don't. Pyramid doesn't have built-in support either, but has standard
plugins for the Chameleon and Jinja2 template languages.
plugins for the Chameleon, Jijna2 and Mako template languages.

Morepath allows you to plug in server templates. You can plug in
Jinja2_ through `more.jinja2`_ and plug in Chameleon_ through
`more.chameleon`_.
Jinja2_ through `more.jinja2`_, Chameleon_ through
`more.chameleon`_ and Mako_ through `more.mako`_.

.. _Jinja2: http://jinja.pocoo.org/

.. _Mako: http://www.makotemplates.org

.. _Chameleon: https://chameleon.readthedocs.org

.. _`more.jinja2`: https://pypi.python.org/pypi/more.jinja2

.. _`more.mako`: https://pypi.python.org/pypi/more.mako

.. _`more.chameleon`: https://pypi.python.org/pypi/more.chameleon

You don't have to use a server template language though: Morepath aims
Expand Down

0 comments on commit bf1a390

Please sign in to comment.