{% extends "base_new.html" %} {% block title %}Logged In{% endblock %} {% block content %} {% if full_name %}

Hi {{full_name}} you are now logged in!

Click here to log out.

{% else %}

Not logged in. Click here to log in.

{% endif %} {% endblock %}