{% extends "chatrooms/base.html" %} {% block content %}
Choose a guest name or login
{% csrf_token %} {{ form.as_p }}
{% endblock content %}