{% set first = true %} {% set smart = false %} {% set title = '' %} {% set hasSmartBCs = false %} {% set separator = this.setting('breadcrumb_trail_separator') %} {% for node in nodes %} {% if first %} {% set first = false %} {% else %} {{separator}} {% endif %} {{node.Hyperlink}} {% if smart %} {% set hasSmartBCs = true %} {% endif %} {% set smart = node.Smart %} {% set title = node.Name %} {% endfor %} {% if smart %} {% set hasSmartBCs = true %} {{separator}} ... {% endif %} {% if hasSmartBCs %} {% do this.requireJsLib('zenario/libs/yarn/jquery-doubletaptogo/dist/jquery.dcd.doubletaptogo.min.js') %} {% do this.jQuery('#' ~ containerId ~ ' .breadcrumb_parent > a', 'doubleTapToGo') %} {% endif %}