Latest Version: 0.9.6.2

Index of the templating module

  • m pylons.templating ... - Buffet templating plugin and render functions
    • C Buffet ... - Buffet style plug-in template rendering
      • f render ... - Render a template using a template engine plug-in
      • f prepare ... - Prepare a template engine for use
      • f __init__ ... - Initialize the Buffet renderer, and optionally set a default engine/options
    • C MyghtyTemplatePlugin ... - Myghty Template Plugin
    • f render_response ... - Pending Deprecation: render_response will be deprecated (trigger a DeprecationWarning) in Pylons 0.9.7, and support for it will be removed in a future version of Pylons. Please return the response content directly (via the render function) instead.
    • f render ... - Render a template and return it as a string (possibly Unicode)

Top