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

Select a Chat to get started.

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