I’m trying to use globalnavbar() in the main.vmd decorator for a particular space. The macro doesn’t render on update of the decorator and the #globalnavbar(“table”) text is printed instead. I’m using Data Center 8.9.1. I’ve checked the velocity settings in the environment variables and they are set to macro.required.velocity.context.keys=userAccessor,action,req
Any ideas as to what other configurations I should make sure are enabled to make the macro work in the main decorator for the space itself?
Essentially I want to replace my header/navigation bar at the top, but still use some of the functionality the *navbar() macros provide, theoretically.
I also should mention, I’m trying to use this at the space level and not the global level, if that makes a difference.