{% extends "base.html" %}
{% block title %}Chat{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
{% endblock %}
{% block js %}
{{ super() }}
{# Certain javascript stuff must be placed at the bottom of the file: #}
{% endblock %}