Home

Awesome

Ibis

Ibis is a lightweight template engine for Python.

Sample syntax:

<ul>
    {% for post in posts %}
        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
</ul>

Features:

See the documentation for details.