× {{ current_path_name }} {{ images|length }} 张
{% if images %} {% for image in images %}
{{ image }}
{% endfor %} {% else %}
此文件夹没有图片
{% endif %}