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