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.0a5.tar.gz
(14.2 kB
view details)
File details
Details for the file ibis-2.0.0a5.tar.gz
.
File metadata
- Download URL: ibis-2.0.0a5.tar.gz
- Upload date:
- Size: 14.2 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 | e48c9e4e278cc1b0c451bc6dbface8d55381e3317770706d38bbbaf24fd6888e |
|
MD5 | 122865fd99d151b94412d61e3aee58e0 |
|
BLAKE2b-256 | dcaf6ac80ff24b7263f83bfb69bec87481f9090fdbd3be5e23a163f39e22bbd3 |