{% extends 'django_chatter/base.html' %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block content %} {{ block.super }} {% include 'django_chatter/chatroom-list.html' %}

Select a Chat to get started.

Or type in a user's username you want to chat with.
{% endblock content %}