-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Dave Hall edited this page Nov 29, 2010
·
7 revisions
moody-templates is a fast and powerful template engine for Python 3.
{% for name in ["world", "dave",] %}
Hello {{name}}
{% endfor %}
- Easy to use.
- High performance.
- Autoescaping.
- Template inheritance.
- Supports native python expressions.
- Extensible template macros.