{% block HeadTag %}{% endblock %}
Dreddit Auth Gateway - {% block title %}{% endblock %}
Home
{% if request.user %}
Profile
{% if request.user.is_staff %}
Lookup User
Admin
{% endif %}
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}