What is the correct way to make a variable available to all of your templates?
Use a global variable.
Set a session variable.
Use RequestContext.
Add a dictionary to the template context.