Search Results

3
votes

Navigation in django

You could apply a class or id to the body element of the page, rather than to a specific nav item. HTML: <body class="{{ nav_class }}"> CSS: …