python django не могу вывести список фотографий в виде таблицы типа как в instagram у меня все фотографии идут сплошной линией
<table width="500px">
<thead>
{% for key, value in decodesss.items %}
<th><img class="photos" src="data:image/png;base64, {{ value|slice:'2:-1' }} "width="255" height="255"></th>
{% endfor %}
</thead>
</table>
