Jinja

In Prism, you can augment your YAML configuration files and Python tasks using Jinja, a powerful templating language.

For example, using Jinja in Prism enables you to:

  • Create relative variables (i.e., relative paths)

  • Use environment variables for production deployments

  • Use control structures (e.g. if statements and for loops)

Here are the list of available Jinja functions:

Last updated