Creating Templates With Jinja In Python | by Atufa Shireen | Medium
atufashireen.medium.com · 1,473 words · saved by 1 readers
A template engine or template processor is a library designed to combine templates with a data model to produce documents. Template…
Creating Templates With Jinja In Python Atufa Shireen 6 min read · May 31, 2020 -- 1 Listen Share A template engine or template processor is a library designed to combine templates with a data model to produce documents. Template engines are often used to generate large amounts of emails, in source code preprocessing, or producing dynamic HTML pages. Jinja installation $ sudo pip3 install jinja2 We use the pip3 tool to install Jinja. Jinja delimiters Jinja uses various delimiters in the template strings. {% %} - statements {{ }} - expressions to print to the template output {# #} - comments wh
related reading
- The Flask Mega-Tutorial, Part II: Templates - miguelgrinberg.comblog.miguelgrinberg.com
- Cargocargo.site
- Embark: Dynamic documents for making plansinkandswitch.com
- Cookbookcookbook.openai.com
- OpenTechSchool – Files & Templatesopentechschool.github.io
- codapi: Interactive code examplescodapi.org
- Lua can be a really cool HTML templating engine · riki's houseriki.house
- Template | robotrobot.obolibrary.org
- Template | robotrobot.obolibrary.org
- v0 by Vercel - Build Full-Stack Web Apps with AIv0.dev
- Prompt engineering | OpenAI APIplatform.openai.com
- Irydiumirydium.dev