Add and use include files to generate a div that spans all WoTNS content.
[WoTNS.git] / src / main / resources / templates / manage.html
index 3f50a8c..a585155 100644 (file)
@@ -1,3 +1,4 @@
+<%include include/head.html>
 <h1>Manage “<%ownIdentity.nickname|html>”</h1>
 <%foreach ownIdentity.targets target>
        <%first>
@@ -21,3 +22,4 @@
        <input type="text" name="target" value=""/>
        <button type="submit" name="add">Add</button>
 </form>
+<%include include/tail.html>
\ No newline at end of file