{% extends 'base.html' %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block templates %} {% include 'includes/js/room.html' %} {% include 'includes/js/user.html' %} {% include 'includes/js/message.html' %} {% include 'includes/js/tab.html' %} {% include 'includes/js/browser-item.html' %} {% include 'includes/js/browser-item-user.html' %} {% endblock %} {% block body %}

Transcript for {{ room.name }}

{% endblock %}