PylonsHQ.

Layout: Fixed-width

Evoque Templating - using with Pylons

Skip to end of metadata
Go to start of metadata

Evoque is a lightweight full-featured generic text templating engine for Python 2.4, 2.5, 2.6 and 3.0. Key features are simplicity, no source file format constraints, support for a restricted execution mode, internally all string processing is done in unicode, totally dynamic template inheritance, extremely simple way for templates to address and call each other and how evaluation context is passed from one to the other, the concept of template collections where each may have own set of default settings, etc. See an overview of Evoque's primary features or a sample of some unique features.

You are free to use Evoque Templating as the defualt templating engine in your Pylons application, or just use it for specific views alongside other templating engines. The detailed recipe for using Evoque Templating with Pylons is at: http://evoque.gizmojo.org/ext/pylons/

To install, just do:

easy_install -U evoque

Evoque home page, and complete documentation, is at: http://evoque.gizmojo.org/

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Powered by Pylons - Contact Administrators