python-wheezy.template

A lightweight template library (Python 2 package)
  https://bitbucket.org/akorn/wheezy.template
  0
  no reviews



Wheezy.template is a lightweight template library in pure Python code.

* Compact, expressive, clean: minimises the number of keystrokes
required to build a template.
* Intuitive, little time to learn: requires only basic Python
programming skills plus HTML markup knowledge.
* Do not repeat yourself: master layout templates for inheritance;
include and import directives for maximum reuse.
* Fast: maximum rendering performance.