File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ There are numerous Python template engine implementations that range from
113113weekend hacks to actively developed mature libraries. These template
114114engines 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.
You can’t perform that action at this time.
0 commit comments