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