✳flâneur — a map of the web's best reading
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
Explore this link on the map →related reading
- The Flask Mega-Tutorial, Part II: Templates - miguelgrinberg.comblog.miguelgrinberg.com
- Embark: Dynamic documents for making plansinkandswitch.com
- Cookbookcookbook.openai.com
- OpenTechSchool – Files & Templatesopentechschool.github.io
- Template | robotrobot.obolibrary.org
- Lua can be a really cool HTML templating engine · riki's houseriki.house
- Prompt engineering | OpenAI APIplatform.openai.com
- Template | robotrobot.obolibrary.org
- Irydiumirydium.dev
- GitHub - ekzhang/jute: A native Jupyter notebook frontend with local + remote kernels, reactive cells, and IDE features, implemented in Rust · GitHubgithub.com
- Flask Project Structure: Build a Scalable Web App – Real Pythonrealpython.com
- Overview | Zolagetzola.org