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 or the project’s Github homepage 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-2.0.0a4.tar.gz
(14.3 kB
view details)
File details
Details for the file ibis-2.0.0a4.tar.gz
.
File metadata
- Download URL: ibis-2.0.0a4.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 392588daa9f030d83d727cc8b648d62ac24be078e9061bda0796206b0c9f4574 |
|
MD5 | 8bd55b65f19bc586e2ea12437ccc6bae |
|
BLAKE2b-256 | a4107df6e8b7b8ee5715f35e3725bb747e6b72d85abbd635358c2b11f599678d |