{% if user.is_authenticated %} You are signed in as
{{user.username}}
|
Sign out
{% endif %}
{% block content %} {% endblock %}