<% var langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs , pluginUtils = require('ep_etherpad-lite/static/js/pluginfw/shared') , skinColors = require('ep_etherpad-lite/node/utils/SkinColors') ; var renderLang = (req && typeof req.acceptsLanguages === 'function' && req.acceptsLanguages(Object.keys(langs))) || 'en'; var renderDir = (langs[renderLang] && langs[renderLang].direction === 'rtl') ? 'rtl' : 'ltr'; // theme-color matches the configured toolbar so mobile address bars don't // paint a mismatched system color above the toolbar on first paint. We do // not emit a prefers-color-scheme: dark variant: the client-side dark-mode // auto-switch is gated on enableDarkMode, matchMedia, and a localStorage // white-mode override, none of which a media query can express. var configuredColor = skinColors.configuredToolbarColor(settings.skinName, settings.skinVariants); %> <% e.begin_block("htmlHead"); %> <% e.end_block(); %> <%=settings.title%> <%- typeof socialMetaHtml !== 'undefined' ? socialMetaHtml : '' %> <% if (configuredColor) { %><% } %> <% e.begin_block("styles"); %> <% e.begin_block("customStyles"); %> <% e.end_block(); %> <% e.end_block(); %> <% e.begin_block("body"); %>
<% e.begin_block("afterEditbar"); %><% e.end_block(); %>
<% e.begin_block("editorContainerBox"); %>
<% e.begin_block("permissionDenied"); %>

You do not have permission to access this pad

<% e.end_block(); %> <% e.begin_block("loading"); %>


Loading...

<% e.end_block(); %>

<% if (settings.skinName == 'colibris') { %> <% } %> <% e.end_block(); %>
<% e.end_block(); %> <% e.begin_block("scripts"); %> <% e.begin_block("customScripts"); %> <% e.end_block(); %>
JavaScript license information
<% e.end_block(); %>