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