{% extends "base.html" %} {% block content %} {% if user.is_authenticated %}

Добро пожаловать, {{user.username}}.

{% endif %} {% endblock %}