{% load adminmedia %}
{% block title %}{% if title %}{{ title }}{% else %}NavBar Examples{% endif %}{% endblock title %}
{% block scripts %} {% endblock scripts %} {% block styles %} {% endblock styles %}
NavBars and NavBar Tree Example
admin
(u/p: admin)
crumbs: {% for crumb in crumbs %}
{{ crumb.name }}
{% if not forloop.last %} › {% endif %}{% endfor %}
(navbars next 1-3 rows)
{% load navbar %}
{% navbars %}
NavTree:
{% navtree %}
{% block content %} Content. {% endblock content %}