Jinja Template for Django Framework

Jinja Template for Django Framework

In this article, we have explored the Jinja Template. Jinja is a modern, designer-friendly templating language for python, modeled after django templates and is widely used for execution.

Jinja Template for Django Framework

In a template, the variables can be replaced by placing relevant values.

Example:

{{ fruit }} is the national fruit of {{ country }}
Fruit: mango and country: india
Mango is the national fruit of india

Template engines are more often used in web apps.

An HTML example:

{{title}}{{header}}

{{body}}


I ...

 •  0 comments  •  flag
Share on Twitter
Published on September 13, 2021 11:21
No comments have been added yet.