{% extends "base.html" %} {% block includes %} {% endblock %} {% block content %}
 
 
Now loading your chat...
new messages
{% include "modals/search.html" %} {% include "modals/profile.html" %} {% include "modals/editpreferences.html" %} {% include "modals/editprofile.html" %} {% include "modals/chatdetails.html" %} {% include "modals/infomodal.html" %} {% include "modals/warningmodal.html" %} {% include "modals/alttextmodal.html" %} {% endblock %}