AAahmed amine assaadin3a.hashnode.dev·Sep 24, 2022 · 5 min readJinja2 TemplatesWhat is Jinja ? Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. Jinja Installation We use the ...00