From 13908aa2758f25091e2e69a6d1741bfc924cf47b Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 12:04:44 +0200 Subject: [PATCH] added ZPT and Chameleon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fa965d0..e7c8d4c6 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b *Libraries and tools for templating and lexing.* * [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. +* [Zope Page Templates](http://docs.zope.org/zope2/zope2book/AppendixC.html) - HTML/XML generation tool - It is implemented as an XML namespace, and lives inside the attributes of a tag, making it possible to create templates that look like normal HTML/XML to editors. +* [Chameleon](https://chameleon.readthedocs.org/) - Chameleon is an HTML/XML template engine for Python. Modeled after ZPT, optimized for speed. ## Queue