{% extends "unfold/layouts/skeleton.html" %} {% load i18n static %} {% block title %} {% trans "Chat Room" %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block base %}

{% trans "Chat Room" %}

{{ user.email|json_script:"user-email" }} {{ user.username|json_script:"user-username" }} {% endblock %}