{%- extends 'root.html' -%} {% if IS_LOCALHOST %} {% set csp="script-src 'self' 'unsafe-inline' rdrama.net; connect-src 'self'; object-src 'none';" %} {% else %} {% set csp=none %} {% endif %} {% 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 %}