Witaj w aplikacji Czat!
{% if messages %}
{% for komunikat in messages %}
{{ komunikat|capfirst }}
{% endfor %}
{% endif %} {% if not user.is_authenticated %}
Zaloguj się
{% else %}
Jesteś zalogowany jako {{ user.username }}
Wiadomości
Wyloguj
{% endif %}