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