Jinja2

Software Screenshot:
Jinja2
Software Details:
Version: 2.7.2
Upload Date: 11 May 15
Developer: Armin Ronacher
Distribution Type: Freeware
Downloads: 10

Rating: 2.0/5 (Total Votes: 1)

Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.

Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.

Nutshell

Here a small example of a Jinja template:

{% extends 'base.html' %}
{% block title %}Memberlist{% endblock %}
{% block content %}
 
 {% for user in users %}
 {{ user.username }}
 {% endfor %}
 
{% 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.

Requirements:

  • Python

Other Software of Developer Armin Ronacher

Comments to Jinja2

Comments not found
Add Comment
Turn on images!