Technologies

Jinja

Rate:

This is one of the so-called The Python based “web template engine” allows you to actually separate the presentation layer from the rest of the application. It allows you to create a macro, allows you to inherit templates and easily add new functions for your project. It is an efficient and secure standalone template engine that can be easily integrated with Flask, replace the default Django template engine or used in its pure form. Jinja dialect has also been ported to many other environments, including to PHP as a Twig template engine.