env
env allows you to access environment variables from within your templates. env takes the name of the environment variable as an argument and returns its value as a string.
{{ env "PATH" }}
envenv allows you to access environment variables from within your templates. env takes the name of the environment variable as an argument and returns its value as a string.
{{ env "PATH" }}