YaNote {% if user.is_authenticated %}
пользователя {{ user.username }}
{% endif %}
    {% if user.is_authenticated %}
  • Список заметок
  • Новая заметка
  • Выйти
  • {% else %}
  • Войти
  • Регистрация
  • {% endif %}