Skip to main content

A small but fast and easy to use stand-alone template engine written in pure python.

Project description

Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It’s basically a combination of Django templates and python code.

Nutshell

Here a small example of a Jinja template:

{% extends 'base.html' %}
{% block title %}Memberlist{% endblock %}
{% block content %}
  <ul>
  {% for user in users %}
    <li><a href="{{ user.url|e }}">{{ user.username|e }}</a></li>
  {% endfor %}
  </ul>
{% endblock %}

Philosophy

Application logic is for the controller but don’t try to make the life for the template designer too hard by giving him too few functionality.

For more informations visit the new jinja webpage and documentation.

Note

This is the Jinja 1.0 release which is completely incompatible with the old “pre 1.0” branch. The old branch will still receive security updates and bugfixes but the 1.0 branch will be the only version that receives support.

If you have an application that uses Jinja 0.9 and won’t be updated in the near future the best idea is to ship a Jinja 0.9 checkout together with the application.

The Jinja tip is installable via easy_install with easy_install Jinja==dev.

copyright:

2007 by Armin Ronacher.

license:

BSD, see LICENSE for more 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

Jinja-1.1.tar.gz (237.0 kB view details)

Uploaded Source

File details

Details for the file Jinja-1.1.tar.gz.

File metadata

  • Download URL: Jinja-1.1.tar.gz
  • Upload date:
  • Size: 237.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Jinja-1.1.tar.gz
Algorithm Hash digest
SHA256 645b4f53bfe42aa9c9436c597897bd641ff62e51697e55be51087fa1b20a9fdc
MD5 dbe466aeeb7e8c4ef3c2d2566d68bb2f
BLAKE2b-256 0932467b99bddae366826d7936fc9d169c7b257bc86de7a2ba18faab856c01b0

See more details on using hashes here.

Supported by

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