{% 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]}}

Last Bid: {{art[12]}}

USD

Creator: {{art[3]}}

{% if art[4] %} {% else %} {% endif %}

{% endfor %}
{% endblock %}