Add and use include files to generate a div that spans all WoTNS content.
[WoTNS.git] / src / main / resources / templates / index.html
index 2da3f2d..2144e2f 100644 (file)
@@ -1,3 +1,4 @@
+<%include include/head.html>
 <h1>WoTNS</h1>
 <p>Yay, Index!</p>
 
@@ -24,3 +25,4 @@
                <button type="submit" name="enable">Enable</button>
        </form>
 <%/foreach>
+<%include include/tail.html>
\ No newline at end of file