{% extends "base.html" %} {% block page_title %}Chat · {% parent %}{% endblock %} {% block page_js %} {% endblock %} {% block body_class %}page-chat{% endblock %} {% block content %}
connecting
{% endblock %} {% block page_assets %} {% include "modals.html" %} {% include "js-templates.html" %} {% endblock %}