Skip to main content

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.

Supported by

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