Code


<aside>

<html>
<body>
    {% if result %}
        {% for img in result %}
            <img src="<https://sdk-django-s3.s3.ap-northeast-2.amazonaws.com/>{{ picture.img }}" alt="">
        {% endfor %}
    {% endif %}
</body>
</html>

</aside>