This is great Jan, but how/where can I declare a variable that is globally available?
I need to have a master page with all of my variables (current prices, fees, etc) that can easily be accessed and maintained in one place (or better yet pull from a spreadsheet). Then I need to be able to call the variables anywhere.
In other words: how can I create a global variable that works similar to {% CurrentDate %} that can be used anywhere?
If I declare and call on the same page it works, but if I declare on my master page and then call later it does not work.