{% extends "chat/_layout.html" %} {% block chat_header_actions %}

Chat

Converse with your knowledge
{% endblock %} {% block chat_content %} {% include "chat/history.html" %} {% endblock %} {% block overlay %} {% include "chat/new_message_form.html" %} {% endblock %}