Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmulholl/ibis

A template engine for people who enjoy the simpler things in life.
https://github.com/dmulholl/ibis

Last synced: about 1 month ago
JSON representation

A template engine for people who enjoy the simpler things in life.

Awesome Lists containing this project

README

        

# Ibis

[docs]: http://www.dmulholl.com/docs/ibis/master/

Ibis is a lightweight template engine for Python.

Sample syntax:

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.