Use context processors to add variables that are accessible anywhere in your templates.
Specify a function, or functions that return dicts of the variables you want, then add those functions to TEMPLATE_CONTEXT_PROCESSORS.
dict
TEMPLATE_CONTEXT_PROCESSORS