System environment variables are exposed via the env variable.
env
Here's an example how to print the HOME environment variable:
HOME
Home dir is {{ env.HOME }}
Last updated 4 years ago
Was this helpful?