{% load static %}
Rigby
Raffle
{% if user.is_authenticated %}
Hi, {{ user.username }}
{% if user.is_auctioneer %}
Add Item
{% endif %}
{% csrf_token %}
Logout
{% else %}
Login
Register
{% endif %}
{% block content %} {% endblock %}