{% block body_block %}{% endblock %}
{% if user.is_authenticated %}
Logout
add item
{% else %}
Register Here
Login
{% endif %}
index