Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / editProfile.html
index a1d80d2..af92665 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.EditProfile.Page.Title|l10n|html></h1>
 
@@ -42,4 +42,4 @@
                <button type="submit"><%= Page.EditProfile.Backup.Button.DownloadBackup|l10n|html></button>
        </form>
 
-</div>
+<%include include/tail.html>