Add the following to your new page (it should remain commented out, as that is the syntax for SSI):
```
-<!--#include virtual="/2015/header.html"-->
-<!--#include virtual="/2015/footer.html"-->
+<!--#include virtual="/server/2015/header.html"-->
+<!--#include virtual="/server/2015/footer.html"-->
+<!--#include virtual="/server/2015/close.html"-->
```
-This will include the header and footer, saving you from duplicating
-HTML.
+This will include the header,footer and closing tags saving you from
+duplicating HTML.
+
+If JS is needed for a page, then create a file, containing the JS
+includes, in `/server/2015/` & use SSI to include it in the page.
### Add Your Markup