:mod:`pylons.templating` -- Render functions and helpers
========================================================

.. automodule:: pylons.templating

Module Contents
---------------

.. autofunction:: pylons_globals
.. autofunction:: cached_template
.. autofunction:: render_mako
.. autofunction:: render_genshi

Legacy Render Functions
^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: render
.. autofunction:: render_response

Legacy Buffet Functions
^^^^^^^^^^^^^^^^^^^^^^^

.. autoexception:: BuffetError
.. autoclass:: Buffet
    :members:
.. autoexception:: TemplateEngineMissing
.. autoclass:: MyghtyTemplatePlugin
    :members:
