Jinja2

Small, fast and easy-to-use template engine.
Download

Jinja2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Armin Ronacher

Jinja2 Tags


Jinja2 Description

Small, fast and easy-to-use template engine. 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.NutshellHere a small example of a Jinja template:{% extends 'base.html' %}{% block title %}Memberlist{% endblock %}{% block content %} {% for user in users %} {{ user.username }} {% endfor %} {% endblock %}PhilosophyApplication 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


Jinja2 Related Software