{% if user.is_authenticated %}
{{user.last_name}}
Sign out
{% endif %} {% block content %} {% endblock %}