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