{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %} {% if user.is_authenticated %} Hi {{ user.username }}!
Change Password
{% csrf_token %}
{% else %}

You are not logged in

Log In
Sign Up
Forgot Password {% endif %} {% endblock %}