A very fast and expressive template engine.
copied from cf-staging / jinja2conda install conda-forge::jinja2
conda install conda-forge/label/cf201901::jinja2
conda install conda-forge/label/cf202003::jinja2
conda install conda-forge/label/gcc7::jinja2
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.
It includes:
Jinja's philosophy is that while application logic belongs in Python if possible, it shouldn't make the template designer's job difficult by restricting functionality too much.