{% extends 'account/layout.html' %} {% block form %}
{% include 'account/components/headers.html' with header="Home" %}

{% if user.is_authenticated %} You are logged in as {{ user }}. {% else %} You are not logged in. {% endif %}

Links

See possible links below. Some pages may require you to be logged in.

{% endblock %}