There's a little bug in the master template for Jinja2, that assigns the active class to the anchor inside the li element, instead of the li itself in the top navbar.
The result is that the tabs in the top navbar never get highlighted.
I'll gladly merge a pull request if you can submit one. The jinja template is an external contribution I rarely use, so I really appreciate any fix for it jinja users can contribute.
There's a little bug in the master template for Jinja2, that assigns the
active
class to the anchor inside theli
element, instead of theli
itself in the top navbar. The result is that the tabs in the top navbar never get highlighted.