{% if SETTINGS.pwa_enabled %} {% endif %} {% if SETTINGS.favicon %} {% else %} {% endif %} {{ chat_room.name }} - {{ SETTINGS.site_name }} {% if chat_room.description %} {% else %} {% endif %} {% if chat_room.cover_image %} {% elseif SETTINGS.default_ogimage %} {% else %} {% endif %} {% if SETTINGS.enable_codes %} {% if THEME == 'dark' %} {% else %} {% endif %} {% endif %} {% if SETTINGS.animate_css %} {% endif %} {% if SETTINGS.header_css %} {% endif %} {% if SETTINGS.pwa_enabled %} {% endif %} {{SETTINGS.header_js|htmlspecialchars_decode|raw}} {% block content %} {% endblock %} {% block modals %} {% endblock %} {% include 'profile_modal.html' %} {% include 'chat_room_list_modal.html' %} {% include 'report_modal.html' %} {% if SETTINGS.cookie_consent_popup %} {% endif %} {% if is_uppy_lang_exsists(LANG) and LANG.code != 'en' %} {% endif %} {% if SETTINGS.enable_codes %} {% endif %} {% if SETTINGS.enable_recaptcha %} {% endif %} {% if SETTINGS.push_notifications %} {% if SETTINGS.push_provider == 'firebase' %} {% elseif SETTINGS.push_provider == 'pushy' %} {% endif %} {% endif %} {% block scripts %} {% endblock %}