A template engine for people who enjoy the simpler things in life.
Project Links
Meta
Author: Darren Mulholland
Requires Python: >=3.8
Classifiers
Programming Language
- Python :: 3
Development Status
- 5 - Production/Stable
Operating System
- OS Independent
License
- Public Domain
Intended Audience
- Developers
Topic
- Text Processing :: General
- Text Processing :: Markup :: HTML
A template engine for people who enjoy the simpler things in life.
Features:
Django/Jinja-style syntax.
Supports looping, conditionals, filters, template inheritance.
Extensible. Easily add custom template tags and filters.
Self-contained, no dependencies. Use as a drop-in component in any project.
Public domain code. No license compatibility issues.
Sample syntax:
<ul>
{% for post in posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
See the package documentation or the project’s Github homepage for further details.
3.3.0
Nov 11, 2023
3.2.0
Mar 27, 2021
3.1.0
Mar 09, 2021
3.0.1
Mar 09, 2021
3.0.0
Dec 30, 2020
2.1.1
Dec 30, 2020
2.1.0
Dec 23, 2020
2.0.1
Dec 16, 2020
2.0.0
Dec 13, 2020
2.0.0rc4
Dec 12, 2020
2.0.0rc3
Dec 12, 2020
2.0.0rc2
Dec 12, 2020
2.0.0rc1
Dec 11, 2020
2.0.0b2
Dec 11, 2020
2.0.0b1
Dec 11, 2020
2.0.0a8
Dec 11, 2020
2.0.0a7
Dec 11, 2020
2.0.0a6
Dec 08, 2020
2.0.0a5
Dec 06, 2020
2.0.0a4
Dec 05, 2020
2.0.0a3
Dec 05, 2020
2.0.0a2
Dec 04, 2020
2.0.0a1
Dec 04, 2020
1.6.0
Sep 04, 2016
1.5.1
Jul 01, 2016
1.5.0
Jun 27, 2016
1.4.1
Sep 08, 2015
1.4.0
Sep 02, 2015
1.3.2
Jun 09, 2015
1.3.1
Jun 09, 2015
1.3.0
Feb 26, 2015
1.2.0
Oct 21, 2014
Wheel compatibility matrix
Files in release
No dependencies