{% extends "base.html" %} {% block content %} Hello {{ user.username|default:'guest' }}!
{% if user.is_authenticated %} Logout Change Password Go to Profile page {% else %} Login {% endif %}
{% endblock %}