{% extends "base.html" %} {% block navbar %} {% with thispage=treetype %} {% include "navbar.html" %} {% endwith %} {% endblock navbar %} {% block sidebar %} {% with thispage=treetype %} {% include "sidebar.html" %} {% endwith %} {% endblock sidebar %} {% block bodycontent %} {% with thispage=treetype %} {% include "breadcrumbs.html" %} {% endwith %}

Tree

{{treeTable|safe}}
{% endblock bodycontent %} {% block extrajs %} {# Convention is to have sidebar menu li items with id "sd_XXXX"#} {% endblock extrajs %}