{% with %} {% set nav = split(PREFIX_WITH_EMPTY) %}
Navigation home {% for n in nav %} {% if n != "" %} / {{ unquote_plus(n) | replace('/', '')}} {% endif %} {% endfor %}
{% endwith %}
{% if SEARCH and SEARCH != '' %} {{ SEARCH }} {% endif %}