HOME
{% if request.user.is_authenticated %}
Add more courses
{% endif %}
{% if request.user.is_authenticated %}
Hello, {{request.user}}
Logout
{% endif %}