{% 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 %} {% with max_depth=theme_settings.sidebar_max_depth|default:2 sidebar_depth=sidebar_depth|default:1 %} {% if item.children|length > 0 and sidebar_depth < max_depth %} {% endif %} {% endwith %}