{% load static %}
{% if user.is_authenticated %} {% block head %} {% endblock head %}
{% else %}
Who?
{% endif %} {% if user.is_authenticated %}
Главная
Объявления
Список тем
Управление проектом
{% if user.is_superuser %}
Администрирование
{% endif %}
{{ user.username }}
{% block content%} {% endblock content %}
{% else %}
Йоу, мэн, ты кто?
Иди авторизуйся, пока не засмеяли
Войти
{% endif %}