Resources
Practical
jinja2 works with python 3.
Renders templates with variable substitutions
You can use tags too.
Get gpt to generate example if necessary.
can get a csv to export the data.
context dictionaries are used can do html and flask.
jinja used to manage web pages
makes me think about how Quartz is constructed.
About
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.
Most popularized by dbt. Read more on the Jinja Documentation.
integrates with Flask.