{% for item in items %} {% if item.visible %}
  • {{ item.title }} {% if item.children %} {% with items=item.children template_name='bootstrap-navbar-submenu.html' %} {% include template_name %} {% endwith %} {% endif %}
  • {% endif %} {% endfor %}