Search Results

14
votes

Navigation in django

I use template inheritance to customize navigation. For example: base.html <html> <head>...</head> <body> ... {% block nav % …