Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / deleteSone.html
index f370233..d3d7b15 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.DeleteSone.Page.Title|l10n|replace needle="{zone}" replacementKey=currentSone.name|html></h1>
 
@@ -22,4 +22,4 @@
                </div>
        </form>
 
-</div>
+<%include include/tail.html>