A lightweight template engine.
Project description
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 (http://pythonhosted.org/ibis) or the project’s Github homepage (https://github.com/dmulholland/ibis) for further details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ibis-1.2.0.tar.gz
(12.5 kB
view details)
File details
Details for the file ibis-1.2.0.tar.gz
.
File metadata
- Download URL: ibis-1.2.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c06fe7cefe00181f50ec1583a7e24db0f8b4eadf86994e5f80898c3280dc581 |
|
MD5 | f3223f259f7cc77bf8d957d33fbbe6db |
|
BLAKE2b-256 | 5647fa3f79750b765f1f753dcd9fc392f3d8621e8a657475a82aaa69eee2c861 |