Closed syegulalp closed 8 years ago
If we have an include, and we define a variable in that include, it's not available to other templates that use the include.
One way around this is to stuff the variable into the tags object, which is available globally, but I'd like to not do that if possible.
tags
This is due to the way includes work. We'll be adding a new kind of include that fixes this.
If we have an include, and we define a variable in that include, it's not available to other templates that use the include.
One way around this is to stuff the variable into the
tags
object, which is available globally, but I'd like to not do that if possible.