A template engine for people who enjoy the simpler things in life.
Project description
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.
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-3.3.0.tar.gz
(14.5 kB
view hashes)
Built Distribution
ibis-3.3.0-py3-none-any.whl
(16.0 kB
view hashes)