parent
e9647bbe92
commit
692bed25a6
2 changed files with 40 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||||||
|
# Jinja2 |
||||||
|
|
||||||
|
Jinja2 is a popular templating engine for Python that allows you to generate dynamic HTML, XML, or other text formats. It features a simple yet powerful syntax with template inheritance, filters, macros, and automatic HTML escaping for security. Commonly used with web frameworks like Flask, Jinja2 enables developers to embed Python-like expressions and logic within template files while maintaining a clean separation between application logic and presentation. |
||||||
|
|
||||||
|
Learn more from the following resources: |
||||||
|
|
||||||
|
- [@official@Jinja Website](https://jinja.palletsprojects.com/en/stable/) |
||||||
|
- [@video@Introduction to Jinja2 Templating](https://www.youtube.com/watch?v=OraYXEr0Irg) |
Loading…
Reference in new issue