We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i wan to use include to reference a file, but the dir may changed, so i wan to use like this:
{% include "{{env.path}}/some_values.txt" %}
but it doesn't work ,throw an exception [inja.exception.file_error] failed accessing file at '{{env.path}}/some_values.txt'
How can I do
Activity