{% for item in node.items %}
  • {{ item.attributes.coids | split: '-' | last }} {{ node.text }}
  • {% endfor %}