{% block head %}{% endblock %}
{% if user.is_authenticated %} Logged in as {{ user }} | {% if user.is_staff %}admin |{% endif %} Log Out {% else %} Log In {% endif %} {% block content %}{% endblock %}