{% for l1 in entries %}
  • {{ l1.text }}
      {% for l2 in l1.children %} {% if l2.separator %}
    •  
    • {% else %}
    • {% if l2.strong %}{{ l2.text }}{% else %}{{ l2.text }}{% endif %}
    • {% endif %} {% endfor %}
  • {% endfor %}