{% for node in cruditor.breadcrumb %}
  1. {% if node.url %} {{ node.title }} {% else %} {{ node.title }} {% endif %}
  2. {% endfor %}