templates/web/customer/location/location.twig line 1

Open in your IDE?
  1. {##
  2.  # Breadcrumbs
  3.  #}
  4. <ul class="breadcrumb">
  5.   {% for index, node in this.getNodes() %}
  6.     {{ node.display() }}
  7.   {% endfor %}
  8. </ul>