Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmulholl/ibis
A template engine for people who enjoy the simpler things in life.
https://github.com/dmulholl/ibis
Last synced: 2 months ago
JSON representation
A template engine for people who enjoy the simpler things in life.
- Host: GitHub
- URL: https://github.com/dmulholl/ibis
- Owner: dmulholl
- License: unlicense
- Created: 2014-09-15T09:57:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T17:58:07.000Z (about 1 year ago)
- Last Synced: 2024-05-19T07:27:24.707Z (8 months ago)
- Language: Python
- Homepage: http://www.dmulholl.com/docs/ibis/master/
- Size: 764 KB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- starred-awesome - ibis - A lightweight template engine in Python. (Python)
README
# Ibis
[docs]: http://www.dmulholl.com/docs/ibis/master/
Ibis is a lightweight template engine for Python.
Sample syntax:
- {{ post.title }}
{% for post in posts %}
{% endfor %}
Features:
* Django/Jinja-style syntax.
* Supports looping, conditionals, filters, template inheritance.
* Extensible. Easily add custom template tags and filters.
* Self-contained, no dependencies.
* Public domain code.
See the [documentation][docs] for details.