wrapperize the HTML templates
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / frontpage.tt
index 0444fce..7ba54d2 100644 (file)
@@ -1,12 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-  <head>
-    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
-    <link type="text/css" href="[% c.uri_for('css/cupertino/jquery-ui-1.8.13.custom.css') %]" rel="stylesheet" />
-    [% INCLUDE style.tt2 %]
-  </head>
-  <body>
-    <h1>Stexaminer</h1>
+[% BLOCK js %]
+[% END %]
+
     <h2>Choose a text to examine</h2>
     <div id="text_list">
       <ul>
@@ -17,5 +11,3 @@
 [% END -%]
      </table>
     </div>
-  </body>
-</html>