{% load templates %}
  • {% if item.template %} {% include item.template|template:theme %} {% elif item.widget %} {{ item.widget|safe }} {% elif item.url %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% if item.children %} {% with sidebar_max_depth|default:2 as max_depth %} {% if max_depth < sidebar_depth %} {% endif %} {% endwith %} {% endif %}