Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etianen/moody-templates
A fast, extensible templating engine for Python 3 with Django-like syntax.
https://github.com/etianen/moody-templates
Last synced: 10 days ago
JSON representation
A fast, extensible templating engine for Python 3 with Django-like syntax.
- Host: GitHub
- URL: https://github.com/etianen/moody-templates
- Owner: etianen
- License: bsd-3-clause
- Created: 2010-11-29T14:41:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T20:55:31.000Z (11 months ago)
- Last Synced: 2024-10-14T13:12:33.168Z (24 days ago)
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
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.
[Getting Started]: http://wiki.github.com/etianen/moody-templates/getting-started
"Getting started with moody-templates"
Download instructions, bug reporting and links to full documentation can be
found at the [main project website][].[main project website]: http://github.com/etianen/moody-templates
"moody-templates on GitHub"You can keep up to date with the latest announcements by joining the
[moody-templates discussion group][].[moody-templates discussion group]: http://groups.google.com/group/moody-templates
"moody-templates Google Group"
More information
----------------The moody-templates project was developed by Dave Hall. You can get the code
from the [moody-templates project site][].[moody-templates project site]: http://github.com/etianen/moody-templates
"moody-templates on GitHub"
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:* [Website](http://www.etianen.com/ "Dave Hall's homepage")
* [Blog](http://www.etianen.com/blog/developers/ "Dave Hall's blog")
* [Twitter](http://twitter.com/etianen "Dave Hall on Twitter")
* [Google Profile](http://www.google.com/profiles/david.etianen "Dave Hall's Google profile")