{% extends "base.html" %} {% block title %}My_Chat Application{%endblock%} {% block content %} {% if user.username %}

List of Chat Rooms

{% endif %} {% endblock%}