{% extends "base.html" %} {% block content %}

Welcome to artFi

You can bid anything you like here!

If you like it. Just Click It!


{% for art in listings %}
{{art[0]}}

Current Bid

(Price) USD

Creator

(Creator Icon)(Creator Name)

{% endfor %}
{% block modal %}{% endblock %} {% block script %}{% endblock %} {% endblock %}