{% if trail %}
{% for key, value in trail %} {% if key is same as(step) %} {{ value }} {% else %} {{ value }} {% endif %} {% if value is not same as(trail|last) %} {{ divider }} {% endif %} {% endfor %}
{% endif %}