I see that the anyconfig.load also has the paramet...
# beginners-need-help
m
I see that the anyconfig.load also has the parameter
Copy code
ac_context=globals
which would expose the globals to the jinja2, but it also seams that the globals.yml and catalog.yml is loaded together in arbitrary order so that the globals are not known at the time of the jinja2 rendering. I suspect (as mentioned) that
Copy code
TemplatedConfigLoader
needs a major overhaul to change this
2 Views