For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?