{% extends "base.html" %}
{% block content %}
Auction for all Art
{% for art in listings %}{{art[0]}}
2. Art Image (Click the photo will go to pop up detail art page)
3. Art current bid price
{% endfor %} Popup {% block modal %}{% endblock %} {% block script %}{% endblock %} {% endblock %}