context_processors.py 270 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 # coding: utf-8 def custom_proc(request): return dict( navigation_bar = [ ('/', 'topic', '社区'), ('/members/', 'members', '成员'), ('/', 'course', '教程'), ('/', 'template', '模板'), ], )