{% if current_user.is_authenticated %}

{{ current_user.username }}

{% else %}
Войти
{% endif %}
Jarvis

Ваш индивидуальный помощник на каждый день

{% if current_user.is_authenticated %} {% else %} {% endif %}