{% extends 'base.html' %} {% block content %}
Enter The Chat Room
Name:
Join a Room
Create a Room
{% if error %}
{{error}}
{% endif %}
{% endblock %}