Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / viewSone.html
index a7686c9..323446a 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <%ifnull sone.name>
 
@@ -65,4 +65,4 @@
 
        <%/if>
 
-</div>
+<%include include/tail.html>