{% 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. {% endcomment %} {% for item in themis_nav_items %}
  • {% if item.icon %} {% endif %} {{ item.label }}
  • {% endfor %}