Environment variables

System environment variables are exposed via the env variable.

Example

Here's an example how to print the HOME environment variable:

Home dir is {{ env.HOME }}

Last updated