{% for item in items %}
  • {{ item.title }} {% if item.children %} {%endif%}
  • {% endfor %}