root/trunk/courant/core/headers/context_processors.py @ 101

Revision 101, 163 bytes (checked in by rsbaskin, 11 months ago)

courant.core.headers, huzzah!

Includes hints about what is coming next!

Line 
1def headers(request):
2    """
3    Adds variables set by the Headers app to the context.
4    """
5    return {
6        'HEADER_VARS': request.HEADER_VARS
7    }
Note: See TracBrowser for help on using the browser.