Skip to main content

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


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.0rc3.tar.gz (15.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page