图片列表

    {% if len(images) > 0 %} {% for basename, image_path in images %}
  • {{basename}}
  • {% end %} {% else %} 没有图片 {% end %}