{% extends 'body_base.html' %} {% block title %}Minne - Chat{% endblock %} {% block head %} {% endblock %} {% block main %}

Chat

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