{% if user.is_authenticated %}
Welcome, {{ request.user.username }}
{% else %}
{% endif %}
{% block content %} {% endblock %}