Latest Version: 0.9.6.2
  Dashboard > Pylons Cookbook > ... > Templating > Using Evoque Templating with Pylons
  Pylons Cookbook Log In | Sign Up   View a printable version of the current page.  
  Using Evoque Templating with Pylons
Added by Mario Ruggier, last edited by Mario Ruggier on Aug 11, 2008  (view change)
Labels: 
(None)

Evoque is a lightweight full-featured generic text templating engine. 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.

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

Complete documentation is at: http://evoque.gizmojo.org/

Site running on a free Atlassian Confluence Open Source Project License granted to Pylons. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators
Top