Skip to content

etianen/moody-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A fast, extensible templating engine for Python 3 with Django-like syntax.

Resources

License

Stars

Watchers

Forks

Packages

No packages published