```
<!--#include virtual="/server/2015/header.html"-->
+<!--#include virtual="/server/2015/banner.html"-->
+<!--#include virtual="/server/2015/sidebar.html"-->
<!--#include virtual="/server/2015/footer.html"-->
<!--#include virtual="/server/2015/close.html"-->
```
-This will include the header,footer and closing tags saving you from
-duplicating HTML.
+This will include the header, banner, sidebar, 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.
+Use `/server/2015/boilerplate.html` to start a new page.
+
### Add Your Markup
-Add HTML markup in-between the header and footer includes.
+Add HTML markup in-between the sidebar and footer includes.
### Enable SSI