{% load static %} {% block title %}Auctions{% endblock %}

Auctions

{% if user.is_authenticated %} Signed in as {{ user.username }}. {% else %} Not signed in. {% endif %}

{% block body %} {% endblock %}