Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / createReply.html
index afd0384..b24a588 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.CreateReply.Page.Title|l10n|html></h1>
 
@@ -21,4 +21,4 @@
 
        </form>
 
-</div>
+<%include include/tail.html>