{% extends 'base.html' %} {% block title %}Logged in{% endblock %} {% block content %}

{{ full_name }}, you are logged in!

Click here to logout.

{% endblock %}