fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4104926a48662a6b78813f019b506cea4559ed50
[redakcja.git]
/
project
/
templates
/
explorer
/
folder_images.html
1
{% for image in images %}
2
<div class="image-box" src="{{ image }}" style="width: 480px; height: 640px; border:1px solid #DDD; margin: 5px">
3
<p>{{ image }}</p>
4
</div>
5
{% endfor %}