{% load static %} {% if user.is_authenticated %} {% block head %} {% endblock head %} {% else %} Who? {% endif %} {% if user.is_authenticated %}

{{ user.username }}

Аватарка пользователя
{% block content%} {% endblock content %}
{% else %}

Йоу, мэн, ты кто?

Балакин...

Иди авторизуйся, пока не засмеяли

Войти
{% endif %}