{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} {% if SITE == 'localhost' %} {% set csp="script-src 'self' 'unsafe-inline' rdrama.net; connect-src 'self'; object-src 'none';" %} {% else %} {% set csp=none %} {% endif %} {{html_head.html_head(true, true, true, csp, "Chat", none, "", false)}} {% include "header.html" %}