Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / deletePost.html
index 38eba8a..bafd2dc 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.DeletePost.Page.Title|l10n|html></h1>
        
@@ -10,4 +10,4 @@
                <button type="submit"><%= Page.DeletePost.Button.No|l10n|html></button>
        </form>
 
-</div>
+<%include include/tail.html>