{% load static %} {% block head %}{% endblock %}
{% if user.is_authenticated %} Manage Brands Welcome, {{ user.username }} Logout {% else %} Login {% endif %}
{% block content %}{% endblock %}