{% extends "page_base.html" %} {% block main_class %}flex h-full bg-gray-900 overflow-hidden{% endblock %} {% block content %} {% include "chat/page_chat_menu.html" %}
{% if not history_html %}

Hello, {{ user_name }}

How can I help you today?

{% endif %} {{ history_html | safe }}
Go Chat may display inaccurate info, including about people, so double-check its responses.
{% endblock %}