{% extends 'base.html' %} {% load static %} {% block chat_component %}

Chat

Select a user from the menu and directly start chatting with that user.

    {# Messages go here #}
{% endblock %}