{% extends "conversate/base.html" %} {% load static %} {% block js %} {{ block.super }} {% endblock %} {% block conversate_content %}
{% include "conversate/includes/room_messages.html" %}
{% endblock %}