All Projects → etianen → moody-templates

etianen / moody-templates

Licence: BSD-3-Clause license
A fast, extensible templating engine for Python 3 with Django-like syntax.

Programming Languages

python
139335 projects - #7 most used programming language

moody-templates

moody-templates is a fast and powerful template engine for Python 3.

{% for name in ["world", "dave",] %}
    Hello {{name}}
{% endfor %}

Features

  • Easy to use.
  • High performance.
  • Autoescaping.
  • Template inheritance.
  • Supports native python expressions.
  • Extensible template macros.

Documentation

Please read the Getting Started guide for more information.

Download instructions, bug reporting and links to full documentation can be found at the main project website.

You can keep up to date with the latest announcements by joining the moody-templates discussion group.

More information

The moody-templates project was developed by Dave Hall. You can get the code from the moody-templates project site.

Dave Hall is a freelance web developer, based in Cambridge, UK. You can usually find him on the Internet in a number of different places:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].