{% extends "jqchat/base.html" %} {# An example chat window #} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
This is a demo of the django-jqchat chat client.
This page shows the basic client. For an example of how to extend it, see here.