Home /
{% if len(fs_path_list) > 0 %}
{% for item in fs_path_list %}
{{ item.name }} /
{% end %}
{% else %}
{% for item in xutils.splitpath(xutils.get_real_path(path)) %}
{{ item.name }} /
{% end %}
{% end %}
{% if fs_path_option %}
{% raw fs_path_option %}
{% end %}