# Jinja

In Prism, you can augment your YAML configuration files and Python tasks using [Jinja](https://jinja.palletsprojects.com/en/3.1.x/), 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:

* [`wkdir()`](https://docs.runprism.com/v0.1.9rc2/fundamentals/jinja/wkdir)
* [`parent_dir(path)`](https://docs.runprism.com/v0.1.9rc2/fundamentals/jinja/parent_dir)
* [`concat(str1, str2)`](https://docs.runprism.com/v0.1.9rc2/fundamentals/jinja/concat)
* [`env(var)`](https://docs.runprism.com/v0.1.9rc2/fundamentals/jinja/env)
