{% for image in images %}
- <div class="image-box" src="{{ image }}" style="width: 480px; height: 640px; border:1px solid #DDD; margin: 5px">
- <p>{{ image }}</p>
- </div>
+ <div class="image-box" src="{{ image }}" style="width: 480px; height: 640px;">{{ image }}</div>
{% endfor %}
\ No newline at end of file