Skip to content

Commit 433b0d5

Browse files
committed
new template engines resource
1 parent d57aaec commit 433b0d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/pages/04-web-development/11-template-engines.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ There are numerous Python template engine implementations that range from
113113
weekend hacks to actively developed mature libraries. These template
114114
engines are listed alphabetically:
115115

116-
* [Chameleon](https://chameleon.readthedocs.io/en/latest/)
116+
* [Chameleon](https://chameleon.readthedocs.io/en/latest/) is an
117+
HTML and XML template engine that supports both
118+
[Python 2 and 3](/python-2-or-3.html).
117119

118120
* [Cheetah](https://pythonhosted.org/Cheetah/)
119121

@@ -186,3 +188,6 @@ when that's necessary for your projects.
186188
uses Jinja as an implementation example to explain the tasks that
187189
template engines can be used to perform.
188190

191+
* [Approach: Building a toy template engine in Python](http://alexmic.net/building-a-template-engine/)
192+
walks through how to create your own simple template engine in Python
193+
to understand the basics of how most template engines work.

0 commit comments

Comments
 (0)