Merge pull request #1390 from ether/html-head-block-eejs

add a html block eejs so you can add a cache manifest
This commit is contained in:
John McLear 2013-01-26 09:06:38 -08:00
commit 0ccd1a30e9
1 changed files with 3 additions and 0 deletions

View File

@ -3,7 +3,10 @@
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
%>
<!doctype html>
<% e.begin_block("htmlHead"); %>
<html>
<% e.end_block(); %>
<title><%=settings.title%></title>
<script>
/*