{%- extends 'root.html' -%} {% block pagetitle %}Chat{% endblock %} {% block pagetype %}chat{% endblock %} {% block body %} {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %}
{% if IS_LOCALHOST %} {% else %} {% endif %} {% endblock %}