{% extends 'chat/base.html' %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block content %} {{ block.super }} {% include 'chat/chatroom-list.html' %}