{% comment %} App-registered main navigation, iterated from the themis_nav_items context variable (populated by the navigation context processor from THEMIS_NAV_ITEMS). Block-based extension can't cross {% include %}, so apps register entries in settings rather than filling a template block. Included by navbar.html for both the mobile dropdown and the desktop bar. The current app's entry is marked with DaisyUI's `active` class via the nav_active tag (app-root prefix match). {% endcomment %} {% load themis_tags %} {% for item in themis_nav_items %}