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