Search Docs
System environment variables are exposed via the env variable.
env
Here's an example how to print the HOME environment variable using Handlebars:
HOME
Home dir is {{ env.HOME }}
And EJS:
Home dir is <%= it.env.HOME %>