Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / knownSones.html
index 2ff7b82..f188f56 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.KnownSones.Page.Title|l10n|html></h1>
 
@@ -10,4 +10,4 @@
                <%/foreach>
        </div>
 
-</div>
+<%include include/tail.html>