{% for item in target.children %} {% if item != target.children[0] or not target.is_section %}
  • {{ item.title }}
  • {% endif %} {% endfor %}