%
var settings = require("ep_etherpad-lite/node/utils/Settings")
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
, pluginUtils = require('ep_etherpad-lite/static/js/pluginfw/shared')
;
%>
<% e.begin_block("htmlHead"); %>
<% e.end_block(); %>
<%=settings.title%>
<% 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"); %>
You need a password to access this pad
You do not have permission to access this pad
<% 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(); %>
<% e.end_block(); %>